Skip to content
Snippets Groups Projects
Verified Commit b39bccaf authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix template.

parent 5b816279
No related branches found
No related tags found
No related merge requests found
...@@ -5,12 +5,12 @@ ...@@ -5,12 +5,12 @@
{% block page_title %}BiscuIT SIS support{% endblock %} {% block page_title %}BiscuIT SIS support{% endblock %}
{% block content %} {% block content %}
<h2>Get support</h2> {% blocktrans %}<h2>Get support</h2>{% endblocktrans %}
<form method="post"> <form method="post">
{% csrf_token %} {% csrf_token %}
{% bootstrap_form form %} {% bootstrap_form form %}
<input type="submit" value="Edit" /> <input type="submit" value="Sent" />
</form> </form>
{% endblock %} {% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment