diff --git a/juser/views.py b/juser/views.py index ca84a206a..d57f20428 100644 --- a/juser/views.py +++ b/juser/views.py @@ -501,7 +501,6 @@ def user_add(request): ldap_del_user(username) except Exception: pass - return render_to_response('juser/user_add.html', locals(), context_instance=RequestContext(request)) diff --git a/static/img/admin.png b/static/img/admin.png new file mode 100644 index 000000000..bc27ec575 Binary files /dev/null and b/static/img/admin.png differ diff --git a/static/img/root.png b/static/img/root.png new file mode 100644 index 000000000..d3b5b42eb Binary files /dev/null and b/static/img/root.png differ diff --git a/static/img/user.png b/static/img/user.png new file mode 100644 index 000000000..2045fc1d7 Binary files /dev/null and b/static/img/user.png differ