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

Add urls to the previously added buttons

parent e25e8c62
No related branches found
No related tags found
1 merge request!36Resolve "Rework Hjelp Templates"
......@@ -19,7 +19,7 @@
<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">
<a href="{% url 'feedback' %}" class="waves-effect waves-light btn secondary-color">
<i class="material-icons left">history</i> {% trans "Submit another feedback" %}
</a>
{% endblock %}
......@@ -20,7 +20,7 @@
<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">
<a href="{% url 'report_issue' %}" class="waves-effect waves-light btn secondary-color">
<i class="material-icons left">history</i> {% trans "Submit another issue" %}
</a>
{% endblock %}
......@@ -21,10 +21,10 @@
<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">
<a href="{% url 'ask_faq' %}" class="waves-effect waves-light btn secondary-color">
<i class="material-icons left">history</i> {% trans "Submit another question" %}
</a>
<a href="{% url 'index' %}" class="waves-effect waves-light btn primary-color">
<a href="{% url 'faq' %}" class="waves-effect waves-light btn primary-color">
<i class="material-icons left">question_answer</i> {% trans "Back to FAQ" %}
</a>
......
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