From: Ɓukasz Anwajler Date: Wed, 23 Feb 2011 23:53:46 +0000 (-0800) Subject: Simplified login/register page for mobile devices. X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/dd425f4b68f52cd5ac634104780cb48998af9562?ds=inline;hp=-c Simplified login/register page for mobile devices. --- dd425f4b68f52cd5ac634104780cb48998af9562 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"%}

+
+

{% trans "Sign in" %}

+ +

+
-{% block title %}{% trans "Sign in" %} / {% trans "Register on"%} WolneLektury.pl{% endblock %} - -{% block body %} -

{% trans "Sign in" %} / {% trans "Register"%}

-
-

  • {{ search_form.q }}
  • {% trans "or" %} {% trans "return to main page" %}

    -
    -
    -

    {% trans "Sign in" %}

    -
      - {{ form.as_ul }} -
    1. -
    -

    -
    - -
    -

    {% trans "Register" %}

    - -

    -
    -{% endblock %} +
    +

    {% trans "Register" %}

    + +
    + + \ No newline at end of file