created and implemented html template of edit Widget User page

parent 98a8ab69
{% extends 'base.html' %}
{% load static %}
{% block title %} Edit Widget User {% endblock %}
{% block content %}
<h1>Edit Widget User:</h1>
<form method="POST">
{% csrf_token %}
{{ form.as_p }}
<button type="submit">Save Changes to Widget User</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