diff --git a/home/templates/home/event_detail.html b/home/templates/home/event_detail.html index f1fb930..9a9e963 100644 --- a/home/templates/home/event_detail.html +++ b/home/templates/home/event_detail.html @@ -1,11 +1,11 @@ -{% extends "base.html" %} {% load static %} {% block content %} +{% extends "base.html" %} +{% load static %} + +{% block content %}
{% if event.image %} -
+
{% endif %}
@@ -50,7 +50,7 @@

{{ event.title }}

{% if user.is_authenticated %}
+ + {% if user.is_staff or user.is_superuser %} +
+ + {% endif %}
@@ -101,69 +97,75 @@

{{ event.title }}