diff --git a/pinaxcon/templates/symposion/dashboard/speaking.html b/pinaxcon/templates/symposion/dashboard/speaking.html new file mode 100644 index 0000000000000000000000000000000000000000..ee9454b267d7ca45e69d189098519539f8cfa91e --- /dev/null +++ b/pinaxcon/templates/symposion/dashboard/speaking.html @@ -0,0 +1,18 @@ +{% load i18n %} + +
+
+

{% trans "Speaking and Miniconfs" %}

+
+
+ +
+ {% if user.speaker_profile %} +
+ {% include "symposion/dashboard/_new_proposal.html" %} +
+ {% endif %} +
+ {% include "symposion/dashboard/_profile.html" %} +
+
\ No newline at end of file