Commit 4c11c934 authored by Elaiza Bolislis's avatar Elaiza Bolislis

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

Created a template named widgetuser-add.html to display a form that allows users to add a new Widget User through the Add New Widget User page.
parent 84f375d5
{% extends 'base.html' %}
{% load static %}
{% block 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 }}
<input type="submit" value="Add 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