Skip to content
Snippets Groups Projects

Resolve "Rework Hjelp Templates"

Merged Julian requested to merge 33-rework-hjelp-templates into master
1 unresolved thread

Closes #33 (closed)

New titles:

Bildschirmfoto_von_2020-06-28_14-44-38

Edited by Julian

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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
Loading