Updated edit-author.html

parent c9461873
{% extends "base.html" %}
{% block page-title %}Edit Author{% endblock %}
{% block content %}
<form method="POST">
{% csrf_token %}
{{form.as_p}}
<button class="button" type="submit">Save Changes</button>
</form>
{% endblock %}
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