소스 검색

adding deletion to practices pages

joel
Simon Bowie 2 년 전
부모
커밋
19d190f7d3
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. +7
    -0
      web/app/templates/edit.html

+ 7
- 0
web/app/templates/edit.html 파일 보기

@@ -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 %}

Loading…
취소
저장