diff --git a/symposion/templates/dashboard.html b/symposion/templates/dashboard.html index a88b4a3f..d47c2729 100644 --- a/symposion/templates/dashboard.html +++ b/symposion/templates/dashboard.html @@ -1,5 +1,8 @@ {% extends "site_base.html" %} +{% load url from future %} + + {% load i18n %} {% load proposal_tags %} {% load review_tags %} @@ -16,14 +19,14 @@
To submit a proposal, you must first create a speaker profile.
+To submit a proposal, you must first create a speaker profile.
{% else %}If you or your organization would be interested in sponsorship opportunities, use our online form to apply to be a sponsor. +
If you or your organization would be interested in sponsorship opportunities, use our online form to apply to be a sponsor. {% else %}
- As staff, you can directly add a sponsor if the organization isn't + As staff, you can directly add a sponsor if the organization isn't applying themselves.
{% endif %} @@ -138,9 +141,9 @@