]> git.0d.be Git - chloro.git/blob - chloro/phyll/templates/phyll/note_form.html
add mini-live edit, for quick fixes
[chloro.git] / chloro / phyll / templates / phyll / note_form.html
1 {% extends "phyll/base.html" %}
2 {% load gadjo i18n static %}
3
4 {% block bottom-head %}
5 <script src="{% static "ckeditor/ckeditor/ckeditor.js" %}"></script>
6 <script type="text/javascript" src="{% static "ckeditor/ckeditor-init.js" %}"></script>
7 {% endblock %}
8
9 {% block body %}
10 <form method="post">
11 {% csrf_token %}
12 {{ form.as_p }}
13 <button>{% trans "Submit" %}</button>
14 </form>
15 {% endblock %}