Commit b9635047 authored by Ysabella Panghulan's avatar Ysabella Panghulan

edited csrf forms

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