Commit bae62ce8 authored by Joseph Izon's avatar Joseph Izon 💀

add the html page for the separate add widget user page

parent 1ca1c716
{% extends "homepage/base.html" %}
{% block content %}
<h1> Add Widget User </h1>
<form method="POST" action="{% url 'homepages:add' %}" enctype="multipart/form-data">
{% csrf_token %}
{{user_form.as_p }}
<button class="button buttonSave" type="submit">SAVE NEW USER</button>
</form>
<form action="/homepage/">
<button class="button buttonExit" type="submit">BACK TO HOMEPAGE</button>
</form>
{% endblock %}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment