Commit ffb3e5b1 authored by RJC's avatar RJC

added template for author update view

parent 182c6d43
{% extends 'base.html' %}
{% block title %}Edit Author{% endblock %}
{% block header %}Edit Author{% endblock %}
{% block content %}
<form method="post">
{% csrf_token %}
{{ form.as_p }}
<input type="submit" value="Save Changes">
</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