@@ -20,7 +20,6 | |||||
20 | {% for plot in exp.plots %} |
|
20 | {% for plot in exp.plots %} | |
21 | <a class="btn btn-outline-{{exp.style}} mt-1" href="{% url 'url-plot' exp.code plot.plot %}" role="button">{{plot.name}}</a> |
|
21 | <a class="btn btn-outline-{{exp.style}} mt-1" href="{% url 'url-plot' exp.code plot.plot %}" role="button">{{plot.name}}</a> | |
22 | {% endfor %} |
|
22 | {% endfor %} | |
23 | <a class="btn btn-outline-{{exp.style}} mt-1" role="button">Hola</a> |
|
|||
24 | </div> |
|
23 | </div> | |
25 | </div> |
|
24 | </div> | |
26 | </div> |
|
25 | </div> |
General Comments 0
You need to be logged in to leave comments.
Login now