From dd425f4b68f52cd5ac634104780cb48998af9562 Mon Sep 17 00:00:00 2001
From: =?utf8?q?=C5=81ukasz=20Anwajler?=
Date: Wed, 23 Feb 2011 15:53:46 -0800
Subject: [PATCH] Simplified login/register page for mobile devices.
---
wolnelektury/templates/auth/login.html | 49 ++++++++++++++------------
1 file changed, 26 insertions(+), 23 deletions(-)
diff --git a/wolnelektury/templates/auth/login.html b/wolnelektury/templates/auth/login.html
index a168ff7f8..d3cf660dd 100644
--- a/wolnelektury/templates/auth/login.html
+++ b/wolnelektury/templates/auth/login.html
@@ -1,25 +1,28 @@
-{% extends "base.html" %}
{% load i18n %}
+
+
+
+ {% trans "Authorize Token" %}
+
+
+
+
+ WolneLektury.pl - {% trans "Sign in" %} / {% trans "Register"%}
+
-{% block title %}{% trans "Sign in" %} / {% trans "Register on"%} WolneLektury.pl{% endblock %}
-
-{% block body %}
- {% trans "Sign in" %} / {% trans "Register"%}
-
-
-
-
-
-{% endblock %}
+
+
+
\ No newline at end of file
--
2.20.1