aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@mysociety.org>2011-04-07 15:26:04 +0100
committerEdmund von der Burg <evdb@mysociety.org>2011-04-07 15:26:04 +0100
commita932cf24e53109204e304ba68263d55326bee78f (patch)
tree088fb5e33ceffe88290bea1ebe7f767a520b5b42 /templates/web/default
parente0588cc87363389cc688e4ae2e6b165732fc3008 (diff)
Fix bugs introduced with overrides form
Diffstat (limited to 'templates/web/default')
-rw-r--r--templates/web/default/debug_footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/debug_footer.html b/templates/web/default/debug_footer.html
index 2fd3de591..c19360132 100644
--- a/templates/web/default/debug_footer.html
+++ b/templates/web/default/debug_footer.html
@@ -21,7 +21,7 @@
</style>
<!-- Use a post so that we don't clutter up the url -->
-<form action="" method="post" id="overrides_form">
+<form action="" method="post" id="overrides_form" name="overrides_form">
<label for="_override_clear_all">Clear all overrides:</label>
<input type="checkbox" name="_override_clear_all" id="_override_clear_all" value="1"><br>