diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..97ae77a --- /dev/null +++ b/templates/index.html @@ -0,0 +1,25 @@ +{% block content %} +

Calender Fix Tool

+
+ {{ form.hidden_tag() }} +

Paste the UQ timetable iCAL subscription link here.


+ {{ form.urlfield(size=32) }} + + +

{{ form.submit() }} + + {% with messages = get_flashed_messages(with_categories=true) %} + {% if messages %} + {{messages[0][1]}} + {% endif %} + {% endwith %} + +

+

+ +

This tool removes the UID field from UQ iCal timetable subscriptions so


+

multiple peoples timetables can be subscribed to simultaneously, and changes the


+

event names to contain the name of the subject.

+ +
+{% endblock %}