We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5ce823 + 6983f52 commit cf17bc2Copy full SHA for cf17bc2
static/templates/base_manager.html
@@ -40,6 +40,9 @@
40
<li class="nav-item">
41
<a class="nav-link {% if '/help;' in request.path %}active{% endif %}" href="{% url 'help' %}"><i class='bx bxs-help-circle' ></i> Help</a>
42
</li>
43
+ <li class="nav-item">
44
+ <a class="nav-link" href="https://docs.google.com/forms/d/e/1FAIpQLSfy6nXvjBiKroZnF92lJjYjMDsldxMnamlObfKDxNDZkIWzvw/viewform?usp=dialog" target="_blank"><i class='bx bxs-bug' ></i> Report issues <i class='bx bx-link-external' ></i></a>
45
+ </li>
46
</ul>
47
<ul class="navbar-nav">
48
{% if user.is_authenticated %}
0 commit comments