Commit 84f375d5 authored by Elaiza Bolislis's avatar Elaiza Bolislis

Created a template named widgetuser-edit.html to display a form that allows...

Created a template named widgetuser-edit.html to display a form that allows users to edit an existing Widget User through the Edit Widget User page.
parent 435347a7
{% extends 'base.html' %}
{% load static %}
{% block title %}Edit Widget User{% endblock %}
{% block heading %}Edit Widget User:{% endblock %}
{% block content %}
<form method="post">
{% csrf_token %}
{{ form.as_p }}
<input type="submit" value="Save Changes to Widget User">
</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