Fix associated events being discarded on subhire edit

This commit is contained in:
2022-12-16 14:14:43 +00:00
parent e100f5a1d4
commit 311c02d554
3 changed files with 9 additions and 3 deletions

View File

@@ -42,7 +42,7 @@
<!---Details-->
<td id="event_details" class="w-100">
<h4>
<a href="{% url 'event_detail' event.pk %}">
<a href="{{event.get_absolute_url}}">
{{ event.name }}
</a>
{% if event.venue %}