]> git.0d.be Git - chloro.git/blob - chloro/phyll/templates/phyll/note_confirm_delete.html
include direct links to latest posts on homepage
[chloro.git] / chloro / phyll / templates / phyll / note_confirm_delete.html
1 {% extends "phyll/base.html" %}
2 {% load i18n %}
3
4 {% block body %}
5 <form method="post">
6 {% csrf_token %}
7 {% trans "Delete?" %}
8 <button>{% trans "Delete" %}</button>
9 </form>
10 {% endblock %}