From c33af4c971f26fcf3e7eb61a6c3dd8e8af8418a6 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Wed, 9 Feb 2011 11:06:55 +0100 Subject: restructure --- src/templates/login.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/templates/login.html (limited to 'src/templates/login.html') diff --git a/src/templates/login.html b/src/templates/login.html new file mode 100644 index 0000000..e50e124 --- /dev/null +++ b/src/templates/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