Commit b9635047 authored by Ysabella Panghulan's avatar Ysabella Panghulan

edited csrf forms

parent abdea85f
......@@ -14,7 +14,7 @@
<div class="form">
<form method="POST" action="">
{% csrf_token %}
{{form}}
{{ form }}
<input type="Submit" value="Save New Activity">
</form>
......
......@@ -14,7 +14,7 @@
<div class="form">
<form method="POST" action="">
{% csrf_token %}
{{form}}
{{ form }}
<input type="Submit" value="Save New Activity">
</form>
......
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