]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/osqaadmin/maintenance.html
enabling the CSRF protection middleware and adding the {% csrf_token %} tag to the...
[osqa.git] / forum / skins / default / templates / osqaadmin / maintenance.html
index 38d1d0e2c4e7861cd9985d287b4d576849c6dd98..0e4a7320296e88161801d5d4bcca46ba4857aca3 100644 (file)
@@ -8,6 +8,7 @@
 
 {% block admincontent %}
 <form method="POST" action="">
+    {% csrf_token %}
     {% if in_maintenance %}
         <h1>{% trans "Your site is currently running on maintenance mode." %}</h1>
         <p>{% trans "You can adjust the settings bellow" %}</p>