Make it more clear how to accept a waitlist offer
authorMagnus Hagander <magnus@hagander.net>
Fri, 19 Oct 2018 12:31:22 +0000 (14:31 +0200)
committerMagnus Hagander <magnus@hagander.net>
Fri, 19 Oct 2018 12:31:22 +0000 (14:31 +0200)
template.jinja/confreg/regform.html

index b19516e7ab64303a9dbf3e1550bd9cccfb45448c..4c64900feb6a299a9ab45a7143db9209091f2972 100644 (file)
@@ -54,8 +54,8 @@ Your registration is currently on the waitlist.
 </p>
 {%if reg.registrationwaitlistentry.offeredon%}
 <p>
-Good news - you have been offered a seat from the waitlist. Please
-complete the form below and click "Save and finish" to
+<strong>Good news</strong> - you have been offered a seat from the waitlist. Please
+complete the form <a href="#buttons">below</a> and click "Save and finish" to
 complete the process! The process must be completed before
 {{reg.registrationwaitlistentry.offerexpires.strftime("%Y-%m-%d %H:%M")}} or
 this offer will expire!
@@ -106,6 +106,7 @@ correction.</p>
    in the process. Once you are finished, click <i>Save and finish</i>
    to proceed to the payment options.
  </p>
+ <a name="buttons"></a>
  <input type="submit" name="submit" value="Save and continue editing"><br/>
  <input type="submit" name="submit" value="Save and finish"><br/>
 </form>