diff --git a/symposion_project/templates/dashboard.html b/symposion_project/templates/dashboard.html deleted file mode 100644 index 09ef8257..00000000 --- a/symposion_project/templates/dashboard.html +++ /dev/null @@ -1,175 +0,0 @@ -{% extends "site_base.html" %} - -{% load i18n %} -{% load proposal_tags %} -{% load teams_tags %} - -{% block head_title %}Dashboard{% endblock %} - -{% block body_class %}auth{% endblock %} - -{% block body %} -
To submit a proposal, you must first create a speaker profile.
- {% else %} -Title | -Session type | -Status | -Actions | -
---|
No proposals submitted yet.
- {% endif %} - - {% associated_proposals as associated_proposals %} - {% if associated_proposals %} -Title | -Session type | -Status | -Actions | -
---|
Title | -Session type | -Status | -Actions | -
---|
- {% 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 %} -
- {{ membership.team.name }}
- {% if membership.team.description %} {{ membership.team.description }}{% endif %} - |
- - {{ membership.get_state_display }} - | -- {% if membership.state == "manager" or user.is_staff %} - {% if membership.team.applicants %}{{ membership.team.applicants.count }} applicant{{ membership.team.applicants.count|pluralize }}{% endif %} - {% endif %} - | -
- {{ team }}
- {% if team.description %} {{ team.description }}{% endif %} - |
- - {{ team.get_access_display }} - | -