Skip to content
Snippets Groups Projects
Commit 2abc8d98 authored by Julian's avatar Julian
Browse files

Improve issue_report.html template

parent fb156a0e
No related branches found
No related tags found
1 merge request!36Resolve "Rework Hjelp Templates"
{% extends 'core/base.html' %}
{% load static i18n any_js %}
{% block browser_title %}{% blocktrans %}Report an issue{% endblocktrans %}{% endblock browser_title %}
{% block page_title %}{% blocktrans %}Report an issue{% endblocktrans %}{% endblock page_title %}
{% block extra_head %}
{{ form.media.css }}
{% include_css "select2-materialize" %}
......@@ -8,8 +12,6 @@
{% endblock %}
{% block content %}
<h4>{% blocktrans %}Report an issue{% endblocktrans %}</h4>
<form method="post" id="rebus-form">
{% csrf_token %}
......
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