Remove most of the admin functionality in the site itself, instead
authorMagnus Hagander <magnus@hagander.net>
Thu, 30 Jul 2009 14:20:47 +0000 (16:20 +0200)
committerMagnus Hagander <magnus@hagander.net>
Thu, 30 Jul 2009 14:20:47 +0000 (16:20 +0200)
commitb3cdedc22d16d794127e22d6598e9994fe3b0239
tree3ccee1cf1111852b99bf9a0e6a4313e8c9c9ac20
parent405f2656aa3953e2a1464f90897ff9115d875f1b
Remove most of the admin functionality in the site itself, instead
relying on the django admin interface to perform all admin operations.

This simplifies the code significantly.
hamnadmin/register/admin.py
hamnadmin/register/templates/index.html
hamnadmin/register/templates/regbase.html
hamnadmin/register/urls.py
hamnadmin/register/views.py