[X] *_user links now use url_for instead of hardcoded URLs
[X] Removed "Delete User" link
Testing this PR.
Run nosetests
Run the app with docker-compose up and log in as admin/admin
Go to /admin and see that the "User" links work and that "Delete User" no longer exists
Expected Output.
$ nosetests
...................................................................................................................................
----------------------------------------------------------------------
Ran 131 tests in 1.825s
OK
Fixes #143
Changes in this PR.
*_user
links now useurl_for
instead of hardcoded URLsTesting this PR.
nosetests
docker-compose up
and log in asadmin
/admin
/admin
and see that the "User" links work and that "Delete User" no longer existsExpected Output.
@osuosl/devs