Created the template widgetuser-edit.html

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