From 66026f0c865742a3f1046dcbf10dbe561238e570 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Tue, 6 Nov 2018 16:31:45 +0100 Subject: [PATCH] Enable messages output on sponsorship signup page --- template/confsponsor/signup.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/template/confsponsor/signup.html b/template/confsponsor/signup.html index 95c1fe2..366fac4 100644 --- a/template/confsponsor/signup.html +++ b/template/confsponsor/signup.html @@ -1,8 +1,15 @@ {%extends "nav_events.html" %} +{%load alertmap%} {%load markup%} {%block title%}Conference Sponsorship Signup - {{conference}}{%endblock%} {%block content%}

{{conference}}

+{% if messages %} +{% for message in messages %} +
{{ message }}
+{% endfor %} +{% endif %} +

Conference Sponsorship Signup

On this page you can sign up as a sponsor of {{conference}}. If you have any questions -- 2.39.5