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