Skip to content
Snippets Groups Projects
Commit 8ddbf0ef authored by James Smith's avatar James Smith
Browse files

added break tags to make front end slightly cleaner until widgets are implemented

parent 1a20adcf
No related branches found
No related tags found
1 merge request!17changed entrypoint port to new port. Added forms.py for custom...
...@@ -11,8 +11,10 @@ ...@@ -11,8 +11,10 @@
<form method="POST"> <form method="POST">
{% csrf_token %} {% csrf_token %}
{{ form.as_p }} {{ form.as_p }}
<br>
<button type="submit">Login</button> <button type="submit">Login</button>
<a href="{% url 'register' %}">Dont have Account Create</a> <br>
<a href="{% url 'register' %}">New User: Create Account</a>
</form> </form>
</div> </div>
......
...@@ -9,8 +9,9 @@ ...@@ -9,8 +9,9 @@
<form method="POST"> <form method="POST">
{% csrf_token %} {% csrf_token %}
{{ form.as_p }} {{ form.as_p }}
<br>
<button type="submit">Register</button> <button type="submit">Register</button>
<br>
<a href="{% url 'user_login' %}">Already created an account? Login</a> <a href="{% url 'user_login' %}">Already created an account? Login</a>
</form> </form>
</div> </div>
......
...@@ -2,6 +2,7 @@ asgiref==3.7.2 ...@@ -2,6 +2,7 @@ asgiref==3.7.2
Django==5.0.1 Django==5.0.1
django-appconf==1.0.6 django-appconf==1.0.6
django-compressor==4.4 django-compressor==4.4
django-tailwind==3.8.0
mysqlclient==2.2.3 mysqlclient==2.2.3
rcssmin==1.1.1 rcssmin==1.1.1
rjsmin==1.2.1 rjsmin==1.2.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment