diff --git a/RIGS/templates/RIGS/profile_detail.html b/RIGS/templates/RIGS/profile_detail.html index 511267a7..4e9a58a1 100644 --- a/RIGS/templates/RIGS/profile_detail.html +++ b/RIGS/templates/RIGS/profile_detail.html @@ -48,7 +48,7 @@ {% if object.pk == user.pk %}
- + {% if user.api_key %}Reset API Key{% else %}Generate API Key{% endif %} @@ -70,11 +70,12 @@
{% if user.api_key %}
http{{ request.is_secure|yesno:"s,"}}://{{ request.get_host }}{% url 'ics_calendar' api_pk=user.pk api_key=user.api_key %}
+ Click here to add to google calendar.
+ To sync from google calendar to mobile device, visit this page on your device and tick "PyRIGS Calendar".
{% else %}
No API Key Generated
{% endif %} - To add to google calendar follow instructions here. - To make it sync from google to your mobile device, visit this page on your device and tick "PyRIGS Calendar". +