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