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

Improve issue_report_submitted.html template

parent 2abc8d98
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 %}
Issue Submitted Successfully
{% endblocktrans %}
{% endblock browser_title %}
{% block content %}
<p class="flow-text">
<i class="material-icons left">check</i>
{% blocktrans %}
We've received your bug report and will be look at it as soon a possible. Thank you for your report.
{% endblocktrans %}
</p>
<p class="flow-text">
<i class="material-icons left">check</i>
{% blocktrans %}
We've received your issue report and will be look at it as soon a possible. Thank you for your report.
{% endblocktrans %}
</p>
<a href="{% url 'index' %}" class="waves-effect waves-light btn green">
<i class="material-icons left">home</i>
{% blocktrans %}
Back to home
{% endblocktrans %}
</a>
<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 issue" %}
</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