From 26f7503257a339e0c0e0a69595591896c8099e79 Mon Sep 17 00:00:00 2001 From: James Tauber Date: Thu, 18 Oct 2012 13:54:26 -0400 Subject: [PATCH] updated dashboard to allow sponsor details to be edited before approval --- symposion/templates/dashboard.html | 45 +++++++++++++++--------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/symposion/templates/dashboard.html b/symposion/templates/dashboard.html index a969dbd4..edac0060 100644 --- a/symposion/templates/dashboard.html +++ b/symposion/templates/dashboard.html @@ -100,31 +100,32 @@
-

- {% if not user.sponsorships.exists %} -

If you or your organization would be interested in sponsorship opportunities, use our online form to apply to be a sponsor. - {% else %} -

Your Sponsorship

- - {% endif %} -

+ {% if not user.sponsorships.exists %} +

If you or your organization would be interested in sponsorship opportunities, use our online form to apply to be a sponsor. + {% else %} +

Your Sponsorship

+ + {% endif %} + {% if user.is_staff %} +

+ As staff, you can directly add a sponsor if the organization isn't + applying themselves. +

+ {% endif %}
- {% if review_sections %} + {% if review_sections %}