diff --git a/RIGS/templates/RIGS/event_detail.html b/RIGS/templates/RIGS/event_detail.html
index 81658663..c5d63789 100644
--- a/RIGS/templates/RIGS/event_detail.html
+++ b/RIGS/templates/RIGS/event_detail.html
@@ -29,6 +29,14 @@
class="glyphicon glyphicon-gbp"> Invoice
{% endif %}
+ {% url 'form_list' event_pk=event.pk as forms_url %}
+ {% if forms_url %}
+ {% if perms.rigForms.view_form %}
+ Forms
+ {% endif %}
+ {% endif %}
{% endif %}
@@ -194,6 +202,14 @@
class="glyphicon glyphicon-gbp"> Invoice
{% endif %}
+ {% url 'form_list' event_pk=event.pk as forms_url %}
+ {% if forms_url %}
+ {% if perms.rigForms.view_form %}
+ Forms
+ {% endif %}
+ {% endif %}
{% endif %}
@@ -231,6 +247,14 @@
class="glyphicon glyphicon-gbp"> Invoice
{% endif %}
+ {% url 'form_list' event_pk=event.pk as forms_url %}
+ {% if forms_url %}
+ {% if perms.rigForms.view_form %}
+ Forms
+ {% endif %}
+ {% endif %}
{% endif %}