Commit 5de2e8fc authored by Agu Syquia's avatar Agu Syquia

Created edit-author.html

Created the edit-author template to edit author entries in the database.
parent 512bef73
{% extends 'base.html' %}
{% load static%}
{% block title %}Edit Author{% endblock %}
{% block content %}
<form action="" 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