]> git.0d.be Git - chloro.git/blobdiff - chloro/phyll/templates/phyll/note_form.html
do not include non-feed posts on homepage
[chloro.git] / chloro / phyll / templates / phyll / note_form.html
index 3cc0ab52824012c0e3765f7133286cac618cb8a8..9d6cd442af22f1025533a0ca701d9e6cd7265af3 100644 (file)
@@ -2,15 +2,14 @@
 {% load gadjo i18n static %}
 
 {% block bottom-head %}
-<script src="{% xstatic 'jquery' 'jquery.min.js' %}"></script>
-<script src="{% static "ckeditor/ckeditor/ckeditor.js" %}"></script>
-<script type="text/javascript" src="{% static "ckeditor/ckeditor-init.js" %}"></script>
+  <script src="{% static "ckeditor/ckeditor/ckeditor.js" %}"></script>
+  <script type="text/javascript" src="{% static "ckeditor/ckeditor-init.js" %}"></script>
 {% endblock %}
 
 {% block body %}
-<form method="post">
-{% csrf_token %}
-{{ form.as_p }}
-<button>{% trans "Submit" %}</button>
-</form>
+  <form method="post">
+    {% csrf_token %}
+    {{ form.as_p }}
+    <button>{% trans "Submit" %}</button>
+  </form>
 {% endblock %}