LeireTedCas commited on
Commit
569b5e8
1 Parent(s): 6a4f9e1

Update templates/pdf_casa_comercial.html

Browse files
Files changed (1) hide show
  1. templates/pdf_casa_comercial.html +4 -2
templates/pdf_casa_comercial.html CHANGED
@@ -91,9 +91,11 @@
91
  <strong style="font-size: 1.4rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }} :</strong>
92
 
93
  {% for titulo2, url in pdfs.items() %}
94
- <div style="font-size: 1.2rem; font-family: Arial, Helvetica, sans-serif;">
 
 
95
  <a href="{{ url }}">{{ titulo2 }}</a>
96
- </div>
97
  {% endfor %}
98
 
99
  <br>
 
91
  <strong style="font-size: 1.4rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }} :</strong>
92
 
93
  {% for titulo2, url in pdfs.items() %}
94
+ <input type="button" value="{{ titulo2 }}" style="background-color: white; font-size: 2.5rem; margin-bottom: 10px;" onclick="location.href='{{ url }}'">
95
+
96
+ <!--<div style="font-size: 1.2rem; font-family: Arial, Helvetica, sans-serif;">
97
  <a href="{{ url }}">{{ titulo2 }}</a>
98
+ </div>-->
99
  {% endfor %}
100
 
101
  <br>