Commit fe93d4dc authored by KaoruSawade's avatar KaoruSawade

Corrected text on the buttons to "Save Changes"

parent 241b81e6
Pipeline #3142 canceled with stages
......@@ -6,7 +6,7 @@
<form action='' method="POST">
{% csrf_token %}
{{ form.as_p }}
<input type="submit" value="Edit Author">
<input type="submit" value="Save Changes">
</form>
{% endblock %}
......@@ -6,7 +6,7 @@
<form action='' method="POST">
{% csrf_token %}
{{ form.as_p }}
<input type="submit" value="Edit Book">
<input type="submit" value="Save Changes">
</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