Commit 2e61b8dd authored by justin's avatar justin

misc: added as_p to forms to make css styling easier

parent 4e97a360
......@@ -13,7 +13,7 @@
{% endfor %}
<form action="/authors/add" method="post">
{% csrf_token %}
{{form}}
{{form.as_p}}
<input type="submit" value="Submit" />
</form>
{% endblock %}
......@@ -13,7 +13,7 @@
{% endfor %}
<form action="/books/add" method="post">
{% csrf_token %}
{{form}}
{{form.as_p}}
<input type="submit" value="Submit" />
</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