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 %}