From 2204070dcb27212c9561996b70dc6546739bbbf9 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sat, 4 Feb 2017 20:13:42 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D0=B2=D1=91=D0=BB=20=D0=BC=D0=B0?= =?UTF-8?q?=D1=80=D0=B0=D1=84=D0=B5=D1=82=20=D0=BD=D0=B0=20=D1=81=D1=82?= =?UTF-8?q?=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D0=B5=20=D0=BB=D0=BE=D0=B3=D0=B8?= =?UTF-8?q?=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/accounts/login.html | 107 ++++++++++++++++------------------ 1 file changed, 49 insertions(+), 58 deletions(-) diff --git a/templates/accounts/login.html b/templates/accounts/login.html index c8b7f39..5fcc245 100644 --- a/templates/accounts/login.html +++ b/templates/accounts/login.html @@ -5,70 +5,61 @@ Аутентификация + + + +
+
+

Вход

+
+
+
{% csrf_token %} + {% if errmsg %} +
+ + {{ errmsg }} +
+ {% endif %} - form { - background-color: #ECECEC; - padding: 30px 71px; - border-radius: 4px; - position: fixed; - left: 50%; - width: 322px; - margin-top: 100px; - margin-left: -275px; - box-shadow: 4px 4px 8px #484848; - border-top: 1px solid #FFF; - border-left: 1px solid #FFF; - } +
+ +
+ + +
+
- form * { - display: block; - } +
+ +
+ + +
+
- form input { - width: 100%; - border-radius: 5px; - padding: 4px 8px; - } +
+ + +
+ +
+
+
- .err { - background-color: #FFBDBD; - padding: 1px 25px; - color: #520000; - border-radius: 3px; - } - - - -
{% csrf_token %} - {% if errmsg %} -
-

{{ errmsg }}

-
{% endif %} -

Аутентификация, ваш ip:{{ client_ipaddress }}

- - -
- - -
- -
- \ No newline at end of file