summaryrefslogtreecommitdiffstats
path: root/templates/registration
diff options
context:
space:
mode:
Diffstat (limited to 'templates/registration')
-rw-r--r--templates/registration/login.html1
-rw-r--r--templates/registration/registration_form.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/registration/login.html b/templates/registration/login.html
index eef56a4..2dfc2a7 100644
--- a/templates/registration/login.html
+++ b/templates/registration/login.html
@@ -6,6 +6,7 @@
{% block body %}
<form method="post">
+{% csrf_token %}
<table class="form loginform">
<tr>
<th colspan="2" class="headerrow">login</th>
diff --git a/templates/registration/registration_form.html b/templates/registration/registration_form.html
index 8938e40..e2b17c1 100644
--- a/templates/registration/registration_form.html
+++ b/templates/registration/registration_form.html
@@ -20,6 +20,7 @@
<li>update the state of your own patches</li>
</ul>
<form method="post">
+{% csrf_token %}
<table class="form registerform">
<tr>
<th colspan="2" class="headerrow">register</th>