diff options
author | Dan McGee <dan@archlinux.org> | 2011-03-03 14:43:58 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-03-03 14:44:02 -0600 |
commit | 710ec0a9de9a2185621cd7f51cdd2a056e12f999 (patch) | |
tree | 256a25509920fc64541b2bb5d8051697520152b7 /templates/devel/index.html | |
parent | 0c368ce4661c91f77aa79f189c4be11de5d94d27 (diff) |
Remove devel notify view
All of this can just be set on the main profile page.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/devel/index.html')
-rw-r--r-- | templates/devel/index.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html index cb9b92ae..08ca249a 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -89,15 +89,6 @@ </tbody> </table> - <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 %} /> - <label for="notify">Notify me when packages are flagged out-of-date</label> - <input title="Update notification status" type="submit" value="Update" /></p> - </fieldset> - </form> - </div><!-- #dev-dashboard --> <div id="dash-by-arch" class="dash-stats box"> |