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

Improve feedback templet

parent 63b166ab
No related branches found
No related tags found
1 merge request!36Resolve "Rework Hjelp Templates"
{% extends 'core/base.html' %}
{% load material_form i18n static %}
{% block page_title %}{% trans "Feedback" %}{% endblock page_title %}
{% block content %}
<link rel="stylesheet" type="text/css" href="{% static "css/hjelp/hjelp.css" %}" />
{% block browser_title %}{% trans "Feedback" %}{% endblock browser_title %}
{% block extra_head %}
<link rel="stylesheet" type="text/css" href="{% static "css/hjelp/hjelp.css" %}" />
{% endblock extra_head %}
<p class="flow-text">
{% block content %}
<p>
{% blocktrans %}
Please give us detailed and honest feedback so that we can make AlekSIS even better!
{% endblocktrans %}
</p>
<form method="post">
{% csrf_token %}
......@@ -92,10 +96,6 @@
</ul>
<!-- (add two "%"s to make it work again :)
{ form form=form %}
{ endform %} -->
<button type="submit" name="go" class="btn waves-effect waves-light green">
{% blocktrans %}Send feedback{% endblocktrans %}
<i class="material-icons right">send</i>
......
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