Fix styling for back button on session notification queue
authorMagnus Hagander <magnus@hagander.net>
Mon, 9 Jul 2018 14:18:08 +0000 (16:18 +0200)
committerMagnus Hagander <magnus@hagander.net>
Mon, 9 Jul 2018 14:24:14 +0000 (16:24 +0200)
template/confreg/admin_session_queue.html

index 0e411a3c6dd9c835e49391ec403a2874af935547..b1b8bd383f5d37206c471ecf95a7be91ed0c5bb5 100644 (file)
@@ -22,9 +22,10 @@ one of them off, click the session and change the field for
 <h2>Send notifications</h2>
 <form method="post" action=".">{% csrf_token %}
 <input type="checkbox" name="confirm_sending" value="1"> Check this box to confirm you want to send email to all attendees<br/>
-<input type="submit" value="Send notifications">
+<input type="submit" value="Send notifications" class="btn btn-default">
 </form>
-<p>
-<a href="/events/admin/{{conference.urlname}}/">Return</a> to the dashboard.
-</p>
+
+<br/>
+
+<a class="btn btn-default btn-block" href="/events/admin/{{conference.urlname}}/">Back to dashboard</a>
 {%endblock%}