FIX: Remove mitigation for #264

Someone quietly fixed it, it appears
This commit is contained in:
2020-01-23 16:44:45 +00:00
parent 4dd89c0b73
commit 0da392563c

View File

@@ -22,7 +22,7 @@
</span> </span>
<h3> <h3>
<a {% if perms.RIGS.view_event %}href="{% url 'event_detail' object.pk %}"{% endif %}> <a href="{% url 'event_detail' object.pk %}">
{% if object.is_rig %}N{{ object.pk|stringformat:"05d" }}{% else %}{{ object.pk }}{% endif %} {% if object.is_rig %}N{{ object.pk|stringformat:"05d" }}{% else %}{{ object.pk }}{% endif %}
| {{ object.name }} </a> | {{ object.name }} </a>
{% if object.venue %} {% if object.venue %}