LeireTedCas commited on
Commit
3dbfc9c
1 Parent(s): dd0913a

Update templates/guia_visual.html

Browse files
Files changed (1) hide show
  1. templates/guia_visual.html +2 -1
templates/guia_visual.html CHANGED
@@ -92,9 +92,10 @@
92
  <!--<input type="button" value="" style="background-color: white; font-size: 2.5rem; margin-bottom: 10px; padding-left: 50px; background-image: url('{{ abrir }}'); background-repeat: no-repeat; background-size: 40px 40px;background-position: center;" onclick="location.href='{{ url }}'">-->
93
 
94
  <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>
 
 
95
  <br>
96
  <hr/>
97
- {% endfor %}
98
  </div>
99
 
100
 
 
92
  <!--<input type="button" value="" style="background-color: white; font-size: 2.5rem; margin-bottom: 10px; padding-left: 50px; background-image: url('{{ abrir }}'); background-repeat: no-repeat; background-size: 40px 40px;background-position: center;" onclick="location.href='{{ url }}'">-->
93
 
94
  <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>
95
+
96
+ {% endfor %}
97
  <br>
98
  <hr/>
 
99
  </div>
100
 
101