summaryrefslogtreecommitdiffstats
path: root/templates/login
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-01-27 18:09:30 +0100
committerSimo Sorce <simo@redhat.com>2014-02-17 11:49:23 -0500
commite9b3b811994efdb2bebe8b2ea1b9640e3a4b6429 (patch)
tree8855d9aa3a691cd37b15d567f2c7bbc1a0191e47 /templates/login
parentb2c05ae4df39eea2c5de176e4c1b69210afd0013 (diff)
downloadipsilon-e9b3b811994efdb2bebe8b2ea1b9640e3a4b6429.tar.gz
ipsilon-e9b3b811994efdb2bebe8b2ea1b9640e3a4b6429.tar.xz
ipsilon-e9b3b811994efdb2bebe8b2ea1b9640e3a4b6429.zip
Krb page
Signed-off-by: Petr Vobornik <pvoborni@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'templates/login')
-rw-r--r--templates/login/krb.html27
1 files changed, 7 insertions, 20 deletions
diff --git a/templates/login/krb.html b/templates/login/krb.html
index 1f9107b..e5c0844 100644
--- a/templates/login/krb.html
+++ b/templates/login/krb.html
@@ -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 %}