diff --git a/src/program/templates/proposal_list.html b/src/program/templates/proposal_list.html index a1bc0ec2..564c7d55 100644 --- a/src/program/templates/proposal_list.html +++ b/src/program/templates/proposal_list.html @@ -14,39 +14,21 @@ Proposals | {{ block.super }}

Existing Proposals

-
-

People

- {% if speakerproposal_list %} - {% include 'includes/speaker_proposal_table.html' with speakerproposals=speakerproposal_list %} - {% else %} - Nothing found. - {% endif %} +

People

+ {% if speakerproposal_list %} + {% include 'includes/speaker_proposal_table.html' with speakerproposals=speakerproposal_list %} + {% else %} + Nothing found. + {% endif %} -


+


-

Events

- {% if eventproposal_list %} - {% include 'includes/event_proposal_table.html' with eventproposals=eventproposal_list %} - {% else %} - Nothing found. - {% endif %} -
-
-
-
-

Status Help

-
-
-
-
pending
-
Submission is pending review from the Content Team.

-
approved
-
Submission was approved and will be part of this years camp.

-
rejected
-
Submission was not approved.
-
-
-
+

Events

+ {% if eventproposal_list %} + {% include 'includes/event_proposal_table.html' with eventproposals=eventproposal_list %} + {% else %} + Nothing found. + {% endif %}
{% endif %}