Add some more disclaimers explaining things better to internal clients.

This commit is contained in:
Tom Price
2017-04-11 14:02:58 +01:00
parent a0440e1587
commit 36638e4df6

View File

@@ -47,6 +47,18 @@
{% csrf_token %}
{% include 'form_errors.html' %}
<div class="row">
{% if internal %}
<div class="col-sm-12">
<p>
I agree that I am authorised to approve this event. I agree that I am the
<strong>President/Treasurer or account holder</strong> of the hirer, or that I
have the written permission of the
<strong>President/Treasurer or account holder</strong> of the hirer stating that
I can authorise this event.
</p>
</div>
{% endif %}
<div class="col-sm-12 col-md-6">
<div class="col-sm-12 form-group" data-toggle="tooltip"
title="Your name as the person authorising the event.">
@@ -60,7 +72,7 @@
{% if internal %}
<div class="col-sm-12 form-group" data-toggle="tooltip"
title="Your University ID as the person authorising the event.">
title="Your Student ID or Staff username as the person authorising the event.">
<label for="{{ form.uni_id.id_for_label }}"
class="col-sm-4 control-label">{{ form.uni_id.label }}</label>
<div class="col-sm-8">
@@ -102,19 +114,19 @@
</div>
<div class="col-sm-12">
<div class="col-sm-12 col-md-6 form-group">
<div class="col-sm-offset-4 col-sm-8" data-toggle="tooltip"
<div class="col-sm-12 col-md-8 form-group">
<div class="col-sm-offset-4 col-sm-8 col-md-offset-3" data-toggle="tooltip"
title="In order to book and event you must agree to the TEC Terms of Hire.">
<div class="checkbox">
<label>
{% render_field form.tos %} I agree to the TEC
<a href="{{ tos_url }}">Terms of Hire</a>
{% render_field form.tos %} I have read and agree to the TEC
<a href="{{ tos_url }}">Terms of Hire</a>. E&OE.
</label>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 text-right">
<div class="col-sm-12 col-md-4 text-right">
<div class="btn-group">
<button class="btn btn-primary" type="submit">Authorise</button>
</div>