Created the template widgetuser-add.html

parent a1662609
{% extends 'base.html' %}
{% load static %}
{% block page-title %}Add Widget User{% endblock %}
{% block heading %} <h1> Add a new Widget User: </h1> {% endblock %}
{% block content %}
<form method="post">
{% csrf_token %}
{{ form.as_p }}
<p class="centerB">
<input class="submitB" type="submit" value="Add Widget User">
</p>
</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