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