LeireTedCas commited on
Commit
7c64c53
1 Parent(s): 77e8cdf

Update templates/buscador_trauma1.html

Browse files
Files changed (1) hide show
  1. templates/buscador_trauma1.html +4 -2
templates/buscador_trauma1.html CHANGED
@@ -98,8 +98,10 @@
98
  <button type="submit" class="btn btn-primary btn-block btn-large" style="padding-bottom: 1%; width: 50px; background-color: rgb(0, 128, 255); border: 1px solid white; border-radius: 30%; box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2); height: 50px;"><img src="{{ user_image4 }}" alt="" style="max-width: 100%; height: 100%; padding-bottom: 0.5%;"></button>
99
  </div>
100
  {% for nid,titulo in result_busqueda.items() %}
101
-
102
- <a href="/resultado_trauma?link={{nid}}" >{{titulo}}</a>
 
 
103
  <br>
104
  <br>
105
  {% endfor %}
 
98
  <button type="submit" class="btn btn-primary btn-block btn-large" style="padding-bottom: 1%; width: 50px; background-color: rgb(0, 128, 255); border: 1px solid white; border-radius: 30%; box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2); height: 50px;"><img src="{{ user_image4 }}" alt="" style="max-width: 100%; height: 100%; padding-bottom: 0.5%;"></button>
99
  </div>
100
  {% for nid,titulo in result_busqueda.items() %}
101
+ <div class="text2">
102
+ <a href="/resultado_trauma?link={{nid}}" >{{titulo}}</a>
103
+
104
+ </div>
105
  <br>
106
  <br>
107
  {% endfor %}