diff --git a/app/templates/login.html b/app/templates/login.html
index 3a67b0b..01765ab 100644
--- a/app/templates/login.html
+++ b/app/templates/login.html
@@ -3,19 +3,31 @@
{% block content %}
Login
{% endblock %}
\ No newline at end of file
diff --git a/app/templates/register.html b/app/templates/register.html
index bb475d8..5820612 100644
--- a/app/templates/register.html
+++ b/app/templates/register.html
@@ -3,19 +3,54 @@
{% block content %}
Register
{% endblock %}
\ No newline at end of file