From ab905d8063769e24d15299f4d590fb308666a47e Mon Sep 17 00:00:00 2001 From: Tom Price Date: Thu, 28 May 2015 23:34:11 +0100 Subject: [PATCH] Change line about PyRIGS #127 --- RIGS/templates/RIGS/profile_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RIGS/templates/RIGS/profile_detail.html b/RIGS/templates/RIGS/profile_detail.html index 23dcc0aa..ca368ead 100644 --- a/RIGS/templates/RIGS/profile_detail.html +++ b/RIGS/templates/RIGS/profile_detail.html @@ -71,7 +71,7 @@ {% 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".
+ To sync from google calendar to mobile device, visit this page on your device and tick "RIGS Calendar". {% else %}
No API Key Generated
{% endif %}