Fix reg dashboard template
authorChris Ellis <chris@intrbiz.com>
Mon, 26 May 2025 14:01:11 +0000 (15:01 +0100)
committerChris Ellis <chris@intrbiz.com>
Mon, 26 May 2025 14:01:11 +0000 (15:01 +0100)
templates/confreg/registration_dashboard.html

index abe25d3aa8d17709c322fe91b4db4e92e9538ac5..98eaa71b5676674a34fb7b44c1ed2b4291c910b8 100644 (file)
@@ -64,7 +64,7 @@
     <h4>Hi {{reg.firstname}} - Welcome To {{conference}}!</h4>
     <p>
       Your registration is made for <i>{{reg.firstname}} {{reg.lastname}}</i> with email address <i>{{reg.email}}</i> which was completed on {{reg.payconfirmedat|datetimeformat("%Y-%m-%d %H:%M")}}.
-      You have a <span class="regtype">{{reg.regtype}}</span> ticket for {{conference}}.{%if reg.access_day is not none %}  This gives you access to the event on {{reg.access_days}}.{% endif %}
+      You have a <span class="regtype">{{reg.regtype}}</span> ticket for {{conference}}.{%if reg.access_days is not none %}  This gives you access to the event on {{reg.access_days}}.{% endif %}
     </p>
     <p>
       Here you can find all the information you need about {{conference}}, also check the main <a href="{{conference.confurl}}">event website</a> for public news!