Explorar el Código

adding deletion to practices pages

joel
Simon Bowie hace 2 años
padre
commit
19d190f7d3
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. +7
    -0
      web/app/templates/edit.html

+ 7
- 0
web/app/templates/edit.html Ver fichero

@@ -124,4 +124,11 @@
onclick="return confirm('Are you sure you want to delete this tool?')">
</form>
{% endif %}
{% if resource['type'] == 'practice' %}
<form action="{{ url_for('practice.delete_practice', practice_id=resource['id']) }}" method="POST">
<input type="submit" value="Delete"
class="btn btn-danger btn-sm"
onclick="return confirm('Are you sure you want to delete this practice?')">
</form>
{% endif %}
{% endblock %}

Cargando…
Cancelar
Guardar