Spaces:
Sleeping
Sleeping
LeireTedCas
commited on
Commit
•
3ca017a
1
Parent(s):
f4cba53
Update templates/buscador_admision.html
Browse files
templates/buscador_admision.html
CHANGED
@@ -101,7 +101,7 @@
|
|
101 |
<!--<b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>-->
|
102 |
{% for titulo,link in result_busqueda.items() %}
|
103 |
|
104 |
-
<a href="{{
|
105 |
<br>
|
106 |
<br>
|
107 |
{% endfor %}
|
|
|
101 |
<!--<b style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{prediction_text}}</b>-->
|
102 |
{% for titulo,link in result_busqueda.items() %}
|
103 |
|
104 |
+
<a href="/resultado_admision?link={{nid}}" >{{titulo}}</a>
|
105 |
<br>
|
106 |
<br>
|
107 |
{% endfor %}
|