##// END OF EJS Templates
Remove test button
Juan C. Espinoza -
r40:be0b5b84adad
parent child
Show More
@@ -20,7 +20,6
20 20 {% for plot in exp.plots %}
21 21 <a class="btn btn-outline-{{exp.style}} mt-1" href="{% url 'url-plot' exp.code plot.plot %}" role="button">{{plot.name}}</a>
22 22 {% endfor %}
23 <a class="btn btn-outline-{{exp.style}} mt-1" role="button">Hola</a>
24 23 </div>
25 24 </div>
26 25 </div>
General Comments 0
You need to be logged in to leave comments. Login now