Commit db2d336d authored by James Esguerra's avatar James Esguerra

Finished adding css to all templates

parent 4c53f833
...@@ -7,10 +7,12 @@ ...@@ -7,10 +7,12 @@
{% block content %} {% block content %}
<form action='' method='POST'> <div id='center'>
{% csrf_token %} <form action='' method='POST'>
{{ form }} {% csrf_token %}
<input type='submit' name='Submit' value='Add'> {{ form }}
</form> <input type='submit' name='Submit' value='Add'>
</form>
</div>
{% endblock %} {% endblock %}
...@@ -7,10 +7,12 @@ ...@@ -7,10 +7,12 @@
{% block content %} {% block content %}
<form action='' method='POST'> <div id='center'>
{% csrf_token %} <form action='' method='POST'>
{{ form }} {% csrf_token %}
<input type='submit' name='Submit' value='Add'> {{ form }}
</form> <input type='submit' name='Submit' value='Add'>
</form>
</div>
{% 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