X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/05ce0b5f9bd62d1b369a6718bec1b70e0a4a0fef..d555d988764995ea1f9f5ece46f453a66f09b334:/forum/templates/pybb/post_form.html?ds=sidebyside diff --git a/forum/templates/pybb/post_form.html b/forum/templates/pybb/post_form.html deleted file mode 100644 index 0ac465b..0000000 --- a/forum/templates/pybb/post_form.html +++ /dev/null @@ -1,36 +0,0 @@ -{% load url from future %} -{% load i18n pybb_tags %} -
- {% csrf_token %} -
- {% include "pybb/form_errors.html" %} - {% if form.name %} {% include "pybb/form_field.html" with field=form.name %} {% endif %} - - {% if lesson_editable %} - {% include "pybb/form_field.html" with field=form.lesson %} - {% endif %} - - {% if form.login %} {% include "pybb/form_field.html" with field=form.login %} {% endif %} - {% if form.body %} {% include "pybb/form_field.html" with field=form.body %} {% endif %} -
- {% for smile, url in form.available_smiles.items %} - - {% endfor %} -
- - {% if form.poll_type %} - {% include "pybb/poll_edit_form.html" %} - {% endif %} - {% include "pybb/attachments_formset.html" %} -

{% include "pybb/_button_submit.html" %}

-
-