diff --git a/server/template/calendar.html b/server/template/calendar.html index b9c91dc..7d919c8 100644 --- a/server/template/calendar.html +++ b/server/template/calendar.html @@ -2,20 +2,25 @@ {% block body%}
-
Calendar
-
Show on device
-
Color
+
+
Calendar
+
Show on device
+
Color
{% for item in calendars %}
+ {% if "ical" == item.calType %}
+ {% else %} +
+ {% endif %}
{{ item.name }}
diff --git a/server/template/startpage.html b/server/template/startpage.html index 9db2f57..c3cf2c4 100644 --- a/server/template/startpage.html +++ b/server/template/startpage.html @@ -12,13 +12,15 @@
- Connect your Calendar... + + Connect your Calendar..
- ...with your Watchface + + ..with your Tizen Watchface