details:   https://code.tryton.org/communication/website/commit/fe9ede1d34c1
branch:    default
user:      Cédric Krier <[email protected]>
date:      Thu Dec 04 09:26:42 2025 +0100
description:
        Remove links to LEGNA website

        The site is down.
diffstat:

 templates/success_stories/legna.html.jinja |  4 ++--
 tests/test_app.py                          |  1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r d6323a3fbaf7 -r fe9ede1d34c1 templates/success_stories/legna.html.jinja
--- a/templates/success_stories/legna.html.jinja        Fri Oct 24 14:00:14 
2025 +0200
+++ b/templates/success_stories/legna.html.jinja        Thu Dec 04 09:26:42 
2025 +0100
@@ -7,7 +7,7 @@
 {% block customer %}
 {{ super() }}
 <p class="lead">
-<a href="https://www.legna.com.do";>LEGNA COMUNICACIÓN VISUAL, SRL</a> is a 
company from the Dominican Republic dedicated to graphic design, digital 
printing and offset solutions but above all they are experts in large format 
printing.
+LEGNA COMUNICACIÓN VISUAL, SRL is a company from the Dominican Republic 
dedicated to graphic design, digital printing and offset solutions but above 
all they are experts in large format printing.
 They are committed to satisfing their client's needs with respect to design, 
printing and placement of billboards.
 Currently they have 16 employees, 5 users in the office and 11 who work in 
production.
 </p>
@@ -64,7 +64,7 @@
 We are very pleased with the outcome of the project and the continuous 
upgrades.
 The system fully covers our processes and it is easy to use.
 </blockquote>
-<p><a href="https://www.legna.com.do";>LEGNA COMUNICACIÓN VISUAL, SRL</a> is 
very happy with the Tryton system and is already looking forward to the next 
version.
+<p>LEGNA COMUNICACIÓN VISUAL, SRL is very happy with the Tryton system and is 
already looking forward to the next version.
 </p>
 {% endblock %}
 {% block provider %}
diff -r d6323a3fbaf7 -r fe9ede1d34c1 tests/test_app.py
--- a/tests/test_app.py Fri Oct 24 14:00:14 2025 +0200
+++ b/tests/test_app.py Thu Dec 04 09:26:42 2025 +0100
@@ -16,7 +16,6 @@
 
 def _verify(url):
     for hostname in [
-            'legna.com.do',  # wrong certificate
             'www.impulsalicante.es',  # wrong certificate
             ]:
         if hostname in url:

Reply via email to