diff options
author | Dan McGee <dan@archlinux.org> | 2010-06-05 12:58:31 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-06-05 12:58:31 -0500 |
commit | bad2825fab9f45f468414ed551bad9d987923600 (patch) | |
tree | 8e91d017ddbe2f28416395cb43f70644d509bd9f /templates/devel/index.html | |
parent | 7646f8ea7ce19b404a0e57c85e5dd589b3a53371 (diff) |
Updates for CSRF protection in Django 1.2.X
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/devel/index.html')
-rw-r--r-- | templates/devel/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html index 662e8246..25429ecf 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -60,7 +60,7 @@ </tbody> </table> - <form id="dash-pkg-notify" method="post" action="/devel/notify/"> + <form id="dash-pkg-notify" method="post" action="/devel/notify/">{% csrf_token %} <fieldset> <p><input id="notify" name="notify" type="checkbox" value="yes" {% if user.get_profile.notify %} checked="checked"{% endif %} /> |