From aa5a01ebe8645cccadd7a936d2054e692e527163 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Sun, 18 Nov 2018 19:12:15 +0100 Subject: [PATCH] Re-order speaker profile page With a long list of past conferences, the speaker profile form actually scrolled off the page. Re-order things so that the speaker profile form comes at the top, since that's the main reason for the page. --- template.jinja/confreg/speakerprofile.html | 65 +++++++++++----------- 1 file changed, 33 insertions(+), 32 deletions(-) diff --git a/template.jinja/confreg/speakerprofile.html b/template.jinja/confreg/speakerprofile.html index 328590f..19c6563 100644 --- a/template.jinja/confreg/speakerprofile.html +++ b/template.jinja/confreg/speakerprofile.html @@ -3,38 +3,6 @@ {%block content%}

Speaker Profile

-{%if not speaker %} -

New speaker

-

-Please fill out the form below to register your speaker profile. Once -this is done, you will be presented with a list of open call for papers. -

-{%endif%} - -{%if callforpapers%} -

Call for papers

-

-The following conferences currently have open call for papers: -

-

-{%endif%} - -{%if conferences%} -

Conferences

-

-You have submitted talks to the following conferences: -

-

-{%endif%} -

Speaker profile

You can edit the contents of your speaker profile here. Please note that @@ -72,4 +40,37 @@ you are a speaker. +{%if not speaker %} +

New speaker

+

+Please fill out the form below to register your speaker profile. Once +this is done, you will be presented with a list of open call for papers. +

+{%endif%} + +{%if callforpapers%} +

Call for papers

+

+The following conferences currently have open call for papers: +

+

+{%endif%} + +{%if conferences%} +

Previous conferences

+

+You have submitted talks to the following conferences: +

+

+{%endif%} + + {%endblock%} -- 2.39.5