Add a butotn so users can preview their own badge

This commit is contained in:
James Polley 2017-12-26 21:05:03 +11:00
parent d14048bcb8
commit 469e6f1ad9

View file

@ -54,6 +54,7 @@
</div>
<div class="panel-body">
<p>If you would like to change the details on your badge or your attendee statistics, you may edit your attendee profile up until the 15th January 2018</p>
<a class="btn btn-lg btn-primary pull-left" role="button" href="{% url "user_badge" %}">Preview my badge</a>
<a class="btn btn-lg btn-primary pull-right" role="button" href="{% url "attendee_edit" %}">Edit attendee profile</a>
</div>
</div>