diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-11 18:26:12 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-11 18:26:12 +0000 |
commit | 58569df9fe6fddc66bc0ada43dad932819d0cb09 (patch) | |
tree | ee54e3855419f8825c5bb552538be121446d1690 | |
parent | c2986fc56a6b627808bbc1f8c27e96a5c414d44d (diff) |
Don't want new contacts to be deleted.
-rw-r--r-- | templates/web/zurich/admin/body.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/web/zurich/admin/body.html b/templates/web/zurich/admin/body.html index 4eecb9839..143e61f83 100644 --- a/templates/web/zurich/admin/body.html +++ b/templates/web/zurich/admin/body.html @@ -41,7 +41,6 @@ </p> <input type="hidden" name="confirmed" value="1" id="confirmed"> - <input type="hidden" name="deleted" value="1" id="deleted"> <p> <strong>[% loc('Note:') %] </strong> <textarea name="note" rows="3" cols="40"></textarea> |