From 2bdad0ae7a3a6e4ec5116becd39910388b679ed2 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Thu, 4 Oct 2012 15:39:08 +0200 Subject: restructure --- templates/apps/auth/login.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 templates/apps/auth/login.html (limited to 'templates/apps/auth/login.html') diff --git a/templates/apps/auth/login.html b/templates/apps/auth/login.html new file mode 100644 index 0000000..e72e73a --- /dev/null +++ b/templates/apps/auth/login.html @@ -0,0 +1,11 @@ +{% extends "base.html" %} +{% block headline %}Login{% endblock %} +{% block title %}SUNET Meeting Tools{% endblock %} +{% block content %} +
+

Online Meetings

+

Welcome to the meeting tools. Either Login to manage + your meeting rooms and recordings, or ...

+ Click here to Start a Meeting Now »» +
+{% endblock %} \ No newline at end of file -- cgit v1.1