created and implemented the add Widger User Page

parent 3397bda5
{% extends 'base.html' %}
{% load static %}
{% block title %} Add Widget User {% endblock %}
{% block content %}
<h1>Add a new Widger user:</h1>
<form method="POST">
{% csrf_token %}
{{form.as_p}}
<button type="submit">Add Widget User</button>
</form>
{% endblock %}
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