]> git.0d.be Git - chloro.git/blobdiff - chloro/phyll/templates/phyll/note_confirm_delete.html
add basic views to create/edit/delete notes
[chloro.git] / chloro / phyll / templates / phyll / note_confirm_delete.html
diff --git a/chloro/phyll/templates/phyll/note_confirm_delete.html b/chloro/phyll/templates/phyll/note_confirm_delete.html
new file mode 100644 (file)
index 0000000..0f5ca8e
--- /dev/null
@@ -0,0 +1,10 @@
+{% extends "phyll/base.html" %}
+{% load i18n %}
+
+{% block body %}
+<form method="post">
+{% csrf_token %}
+{% trans "Delete?" %}
+<button>{% trans "Delete" %}</button>
+</form>
+{% endblock %}