diff --git a/RIGS/templates/RIGS/event_table.html b/RIGS/templates/RIGS/event_table.html
index 49e4ec6f..38b437ff 100644
--- a/RIGS/templates/RIGS/event_table.html
+++ b/RIGS/templates/RIGS/event_table.html
@@ -33,7 +33,7 @@
- {{ event.name }}
+ {{ event.name }}
{% if event.venue %}
at {{ event.venue }}
{% endif %}
diff --git a/RIGS/templates/RIGS/index.html b/RIGS/templates/RIGS/index.html
index 3097e92c..a99dfa18 100644
--- a/RIGS/templates/RIGS/index.html
+++ b/RIGS/templates/RIGS/index.html
@@ -10,7 +10,7 @@
-
+
+ {% if perms.RIGS.view_event %}
{% include 'RIGS/activity_feed.html' %}
+ {% endif %}
{% endblock %}
\ No newline at end of file
diff --git a/RIGS/templates/RIGS/rigboard.html b/RIGS/templates/RIGS/rigboard.html
index 07d26bfc..9292e304 100644
--- a/RIGS/templates/RIGS/rigboard.html
+++ b/RIGS/templates/RIGS/rigboard.html
@@ -8,11 +8,14 @@
+ {% if perms.RIGS.add_event %}
+ {% endif %}
+
{% comment %}
{# Bring search back at a later date #}
diff --git a/templates/base.html b/templates/base.html
index d128549e..5c8e9ce6 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -42,6 +42,7 @@
|