projects
/
chloro.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add basic views to create/edit/delete notes
[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 %}