From 838b9d6fdbb9112ee70a72b8846f739e8a3b8879 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 5 Apr 2011 12:36:58 +0200 Subject: new skin --- src/templates/apps/auth/login.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/templates/apps/auth/login.html (limited to 'src/templates/apps/auth') diff --git a/src/templates/apps/auth/login.html b/src/templates/apps/auth/login.html new file mode 100644 index 0000000..b5302a7 --- /dev/null +++ b/src/templates/apps/auth/login.html @@ -0,0 +1,9 @@ +{% extends "base.html" %} +{% load prefix %} +{% block headline %}Login{% endblock %} +{% block title %}SUNET Meeting Tools{% endblock %} +{% block content %} +

Welcome!

+

This is a technology preview of the SUNET Meeting Tools. Contact Johnny or Marcus for more info!

+
Login
+{% endblock %} \ No newline at end of file -- cgit v1.1