From 070dd2999aba8a574fb2a2e9e23968e0d42e2490 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Fri, 23 Oct 2020 14:30:48 +0100 Subject: profile page is ok for now --- ctrack/templates/users/user_detail.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'ctrack/templates') diff --git a/ctrack/templates/users/user_detail.html b/ctrack/templates/users/user_detail.html index e991a25..376410b 100644 --- a/ctrack/templates/users/user_detail.html +++ b/ctrack/templates/users/user_detail.html @@ -84,7 +84,8 @@ Date Event Organisation - Comments + Comments + Actions @@ -98,8 +99,15 @@ {{ event.date|date:"d M Y" }} {{ event.short_description }} - {{ event.organisation }} - {{ event.comments }} + + {% if event.organisation %} + {{ event.organisation }} + {% else %} + NA (DEBUG: THESE EVENTS HAVE TO PARTICIP.) + {% endif %} + + {{ event.comments }} + Edit {% endfor %} -- cgit v1.2.3