Krb page
authorPetr Vobornik <pvoborni@redhat.com>
Mon, 27 Jan 2014 17:09:30 +0000 (18:09 +0100)
committerSimo Sorce <simo@redhat.com>
Mon, 17 Feb 2014 16:49:23 +0000 (11:49 -0500)
Signed-off-by: Petr Vobornik <pvoborni@redhat.com>
Reviewed-by: Simo Sorce <simo@redhat.com>
templates/login/krb.html

index 1f9107b..e5c0844 100644 (file)
@@ -1,20 +1,7 @@
-<!doctype html>
-<html lang="en">
-<head>
-    <meta charset="UTF-8"></meta>
-    <title>{{ title }}</title>
-    <link href="{{ basepath }}/ui/ipsilon.css" type="text/css" rel="stylesheet"></link>
-    <link href="{{ basepath }}/ui/favicon.ico" type="image/ico" rel="icon"></link>
-</head>
-<body>
-    <div id="container">
-        <div id="logo">
-            <p>Ipsilon</p>
-        </div>
-        <div id="login">
-            <p>Press <a href="{{ cont }}">here</a> if your browser does not
-               redirect you in a few seconds</a>
-        </div>
-    </div>
-</body>
-</html>
+{% extends "master.html" %}
+{% block main %}
+<div id="login">
+    <p>Press <a href="{{ cont }}">here</a> if your browser does not
+       redirect you in a few seconds</p>
+</div>
+{% endblock %}