From 0819b9a38a3ff2e3aa6d379f21b086e84e930043 Mon Sep 17 00:00:00 2001 From: heinzel Date: Tue, 13 Oct 2020 12:40:40 +0200 Subject: [PATCH] Close #12 and #17 - Added Help-Texts (Mouse-Over-Questionmarks) to the Event-Registraions-View. - Answered registrations will be shown but muted. --- .../dav_events/event_registrations.html | 66 +++++++++++++++++-- dav_events/views/events.py | 8 ++- 2 files changed, 67 insertions(+), 7 deletions(-) diff --git a/dav_events/templates/dav_events/event_registrations.html b/dav_events/templates/dav_events/event_registrations.html index fc63f20..a0814bd 100644 --- a/dav_events/templates/dav_events/event_registrations.html +++ b/dav_events/templates/dav_events/event_registrations.html @@ -223,11 +223,38 @@
+
+ {% bootstrap_icon 'question-sign' %} +

{% trans 'Teilnehmer' %}

{% if registrations_support %}
-
- {% for registration in registrations %} + {% for registration in registrations_all %}
{% csrf_token %} - {% if has_permission_update_participants %} + {% if registration.answered %} + +   + +   + {% elif has_permission_update_participants %}
@@ -284,6 +330,14 @@ {% if has_permission_update_participants %}