Spaces:
Runtime error
Runtime error
Update templates/buscador_uro.html
Browse files
templates/buscador_uro.html
CHANGED
@@ -22,7 +22,9 @@
|
|
22 |
|
23 |
{% for nid,titulo in result_busqueda.items() %}
|
24 |
|
25 |
-
|
|
|
|
|
26 |
<br>
|
27 |
<br>
|
28 |
{% endfor %}
|
|
|
22 |
|
23 |
{% for nid,titulo in result_busqueda.items() %}
|
24 |
|
25 |
+
<!--<a href="location.href='/resultado_uro?link={{nid}}" style="font-size: 1.8rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>-->
|
26 |
+
<a href="/resultado_uro?link={{nid}}">{{titulo}}</a>
|
27 |
+
|
28 |
<br>
|
29 |
<br>
|
30 |
{% endfor %}
|