LeireTedCas commited on
Commit
a34afeb
1 Parent(s): 12e019d

Update templates/pdf_casa_comercial.html

Browse files
Files changed (1) hide show
  1. templates/pdf_casa_comercial.html +6 -6
templates/pdf_casa_comercial.html CHANGED
@@ -88,17 +88,17 @@
88
 
89
  {% for titulo, pdfs in titulos.items() %}
90
 
91
- <br>
92
  <div style="display: inline-block; border: 1px solid #ffffff; padding: 10px;">
93
  <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif; margin: 0;">{{ titulo }} :</strong>
94
  </div>
95
- <br>
96
  {% for titulo2, url in pdfs.items() %}
97
  <div style="display: flex; align-items: center; margin-bottom: 10px; width: 100%;">
98
  <!--<img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px; margin-right: 10px;">-->
99
 
100
  <input type="button" value="" style="background-color: white; font-size: 2.5rem; width: 60px; height: 60px; margin-right: 10px; padding-left: 50px; background-image: url('{{ abrir }}'); background-repeat: no-repeat; background-size: 40px 40px; background-position: center;" onclick="location.href='{{ url }}'">
101
- <strong style="font-size: 2rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo2 }}</strong>
102
  <!--<strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>-->
103
 
104
  </div>
@@ -109,8 +109,8 @@
109
  <hr style="width: 100%; margin: 0;">
110
 
111
  <!--<a href="{{url}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>-->
112
- <br>
113
- <br>
114
  {% endfor %}
115
  <!--<input type="button" value="{{ titulo2 }}" style="background-color: white; font-size: 2.5rem; margin-bottom: 10px;" onclick="location.href='{{ url }}'">
116
  <br>-->
@@ -119,7 +119,7 @@
119
  </div>-->
120
 
121
 
122
- <br>
123
 
124
 
125
 
 
88
 
89
  {% for titulo, pdfs in titulos.items() %}
90
 
91
+
92
  <div style="display: inline-block; border: 1px solid #ffffff; padding: 10px;">
93
  <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif; margin: 0;">{{ titulo }} :</strong>
94
  </div>
95
+
96
  {% for titulo2, url in pdfs.items() %}
97
  <div style="display: flex; align-items: center; margin-bottom: 10px; width: 100%;">
98
  <!--<img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px; margin-right: 10px;">-->
99
 
100
  <input type="button" value="" style="background-color: white; font-size: 2.5rem; width: 60px; height: 60px; margin-right: 10px; padding-left: 50px; background-image: url('{{ abrir }}'); background-repeat: no-repeat; background-size: 40px 40px; background-position: center;" onclick="location.href='{{ url }}'">
101
+ <strong style="font-size: 2rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo2 }}</strong>
102
  <!--<strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>-->
103
 
104
  </div>
 
109
  <hr style="width: 100%; margin: 0;">
110
 
111
  <!--<a href="{{url}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>-->
112
+
113
+
114
  {% endfor %}
115
  <!--<input type="button" value="{{ titulo2 }}" style="background-color: white; font-size: 2.5rem; margin-bottom: 10px;" onclick="location.href='{{ url }}'">
116
  <br>-->
 
119
  </div>-->
120
 
121
 
122
+
123
 
124
 
125