diff --git a/theme/login.html b/theme/login.html
deleted file mode 100644
index de26904..0000000
--- a/theme/login.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{%extends "base.html" %}
-
-{% block content %}
-
Django + Tailwind CSS + Flowbite
-{% endblock content %}
\ No newline at end of file
diff --git a/theme/templates/base.html b/theme/templates/base.html
index 104363a..09307e8 100644
--- a/theme/templates/base.html
+++ b/theme/templates/base.html
@@ -2,19 +2,17 @@
- Django Tailwind
+ Zitate
{% tailwind_css %}
-
+
-
- {% block content %}
- {% endblock content %}
-
+ {% block content %}
+ {% endblock content %}
diff --git a/theme/templates/login.html b/theme/templates/login.html
new file mode 100644
index 0000000..431b094
--- /dev/null
+++ b/theme/templates/login.html
@@ -0,0 +1,40 @@
+{%extends "base.html" %}
+
+{% block content %}
+
+
+
+
+
+ Sign in to your account
+
+
+
+
+
+
+{% endblock content %}
\ No newline at end of file