Skip to content

Commit

Permalink
Update host, bug dix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEZE1020 committed Jan 13, 2025
1 parent ee04ad2 commit cfab1d2
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,8 @@
</nav>
</header>

<main>
{% block content %}
{% extends 'base.html' %}



{% block content %}
<h2>Sign Up</h2>
<form method="post" enctype="multipart/form-data">
{% csrf_token %}
{{ form.as_p }}
<button type="submit" class="btn btn-primary">Sign Up</button>
</form>
{% endblock %}

{% endblock %}
</main>

<footer>
<p>&copy; 2025 Ogembo Godfrey</p>
</footer>
Expand Down

0 comments on commit cfab1d2

Please sign in to comment.