diff --git a/web/templates/login.html b/web/templates/login.html index 1af320e..cbad8dd 100644 --- a/web/templates/login.html +++ b/web/templates/login.html @@ -1,16 +1,52 @@ -{% extends "base.html" %} -{% block title %}Sign in - Illustrations DB{% endblock %} -{% block content %} -
-

Sign in

- {% if error %}
{{ error }}
{% endif %} -
{% csrf_token %} - - -
- Cancel - -
-
+{% load static %} + + + + + Sign in ยท Illustrations + + + + + +
+
-{% endblock %} + + + \ No newline at end of file