Commit 83eb3e0d authored by Michal Čihař's avatar Michal Čihař

Do not show option to delete check for non authenticated

parent 4a227836
......@@ -74,7 +74,9 @@
<td>
{% for check in checks %}
<span class="check" id="check-{{ check.id }}">
{% if user.is_authenticated %}
<a href="#" class="ignorecheck" title="{% blocktrans with check.get_check_display as check %}Ignore: {{ check }}{% endblocktrans %}"></a>
{% endif %}
<abbr title="{{ check.get_description }}">{{ check.get_check_display }}</abbr>
</span>
{% endfor %}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment