diff --git a/RIGS/templates/eventauthorisation_request.html b/RIGS/templates/eventauthorisation_request.html index b70c8180..529d3f91 100644 --- a/RIGS/templates/eventauthorisation_request.html +++ b/RIGS/templates/eventauthorisation_request.html @@ -1,8 +1,24 @@ {% extends request.is_ajax|yesno:'base_ajax.html,base_rigs.html' %} {% load widget_tweaks %} +{% load static %} {% block title %}Request Authorisation{% endblock %} +{% block js %} + + + + +{% endblock %} + {% block content %}
@@ -14,10 +30,10 @@
Person Email
-
{{ object.person.email }}
+
{{ object.person.email }}
{% if object.person.email %}{% endif %}
Organisation Email
-
{{ object.organisation.email }}
+
{{ object.organisation.email }}
{% if object.organisation.email %}{% endif %}
diff --git a/users/templates/profile_detail.html b/users/templates/profile_detail.html index b45ecabf..d8dc2345 100644 --- a/users/templates/profile_detail.html +++ b/users/templates/profile_detail.html @@ -101,11 +101,11 @@
{% if user.api_key %} {{user.api_key}} - + {% else %} No API Key Generated {% endif %} - + {% if user.api_key %}Reset API Key{% else %}Generate API Key{% endif %} @@ -139,7 +139,7 @@
{% if user.api_key %} - +
Click here for instructions on adding to google calendar.
To sync from Google Calendar to mobile device, visit this page on your device and tick "RIGS Calendar".