diff --git a/pinaxcon/templates/symposion/dashboard/_profile.html b/pinaxcon/templates/symposion/dashboard/_profile.html new file mode 100644 index 0000000000000000000000000000000000000000..18c52973100591c1de3e290025e374cfcedff071 --- /dev/null +++ b/pinaxcon/templates/symposion/dashboard/_profile.html @@ -0,0 +1,19 @@ +

Speaker Profile

+{% if not user.speaker_profile %} +

+ To create a speaking or miniconf proposal you must first create a speaker + profile. +

+{% endif %} +

+ Your speaker profile is independent of your attendee profile and the + details you provide here will be used during selection and to populate + your speaker bio on the conference website. +

+
+ {% if not user.speaker_profile %} + Create Profile + {% else %} + Edit Profile + {% endif %} +
\ No newline at end of file