mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-20 15:02:31 +00:00
Based on event with no MIC - closes #163
This commit is contained in:
@@ -151,7 +151,7 @@
|
|||||||
<a href="{% url 'event_detail' pk=object.based_on.pk %}">
|
<a href="{% url 'event_detail' pk=object.based_on.pk %}">
|
||||||
{% if object.based_on.is_rig %}N{{ object.based_on.pk|stringformat:"05d" }}{% else %}
|
{% if object.based_on.is_rig %}N{{ object.based_on.pk|stringformat:"05d" }}{% else %}
|
||||||
{{ object.based_on.pk }}{% endif %}
|
{{ object.based_on.pk }}{% endif %}
|
||||||
{{ object.base_on.name }} by {{ object.based_on.mic.name }}
|
{{ object.base_on.name }} {% if object.based_on.mic %}by {{ object.based_on.mic.name }}{% endif %}
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</dd>
|
</dd>
|
||||||
|
|||||||
Reference in New Issue
Block a user