Commit 7324635d authored by Almira Redoble's avatar Almira Redoble

Fixed minor errors in button names.

parent 1dca0e6f
......@@ -17,7 +17,7 @@ Add New Author
<table>
{{ form.as_table }}
</table>
<input type="submit" value="Save Changes" >
<input type="submit" value="Add Author" >
</form>
{% endblock %}
......
......@@ -17,7 +17,7 @@ Add New Book
<table>
{{ form.as_table }}
</table>
<input type="submit" value="Save Changes" >
<input type="submit" value="Add Book" >
</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