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

Improve feedback_submitted.html template

parent be227929
No related branches found
No related tags found
1 merge request!36Resolve "Rework Hjelp Templates"
{% extends 'core/base.html' %}
{% load i18n %}
{% block no_page_title %}{% endblock no_page_title %}
{% block browser_title %}
{% blocktrans %}
Feeback Submitted Successfully
{% endblocktrans %}
{% endblock browser_title %}
{% block content %}
<p class="flow-text">
{% blocktrans %}
Thank you for your feedback. It was successfully submitted.
{% endblocktrans %}
</p>
<p class="flow-text">
{% blocktrans %}
Thank you for your feedback. It was successfully submitted.
{% endblocktrans %}
</p>
<a href="{% url 'index' %}" class="waves-effect waves-light btn green">
<i class="material-icons left">home</i>
{% blocktrans %}
Back to landing page</a>
{% endblocktrans %}
<a href="{% url 'index' %}" class="waves-effect waves-light btn green">
<i class="material-icons left">home</i> {% trans "Back to landing page" %}
</a>
<a href="{% url 'index' %}" class="waves-effect waves-light btn secondary-color">
<i class="material-icons left">history</i> {% trans "Submit another feedback" %}
</a>
{% 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