Resolve "Rework Hjelp Templates"
1 unresolved thread
1 unresolved thread
Edited by Julian
Merge request reports
Activity
added part::frontend type::bug workflow::confirmed labels
added 8 commits
- be227929 - Improve feedback templet
- fb156a0e - Improve feedback_submitted.html template
- 2abc8d98 - Improve issue_report.html template
- 146fcb70 - Improve issue_report_submitted.html template
- e25e8c62 - Improve question_submitted.html template
- 1b09c00d - Add urls to the previously added buttons
- e7099e47 - Update faq.html template
- 84538bc7 - Update ask.html template
Toggle commit listassigned to @nik
added 7 commits
-
84538bc7...ee09af8b - 6 commits from branch
master
- f8a13e39 - Merge branch 'master' into '33-rework-hjelp-templates'
-
84538bc7...ee09af8b - 6 commits from branch
enabled an automatic merge when the pipeline for f8a13e39 succeeds
mentioned in commit 595426b9
65 {% endfor %} 66 </ul> 67 {% endif %} 46 {% if user.is_authenticated %} 47 <a class="btn blue waves-effect waves-green" href="{% url "ask_faq" %}"> 48 <i class="material-icons left">chat</i> 49 {% blocktrans %} 50 Ask your question 51 {% endblocktrans %} 52 </a> 53 {% else %} 54 {% blocktrans %} 55 If you have a question please ask one of you site administrators: 56 {% endblocktrans %} 57 <ul> 58 {% for admin in ADMINS %}
Please register or sign in to reply