Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
django-basetheme-bootstrap
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bryan BRANCOTTE
django-basetheme-bootstrap
Commits
476fcefd
Commit
476fcefd
authored
5 years ago
by
Bryan BRANCOTTE
Browse files
Options
Downloads
Patches
Plain Diff
removing dead code
parent
48998e3d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
basetheme_bootstrap/views.py
+0
-2
0 additions, 2 deletions
basetheme_bootstrap/views.py
with
0 additions
and
2 deletions
basetheme_bootstrap/views.py
+
0
−
2
View file @
476fcefd
...
...
@@ -122,8 +122,6 @@ def user_delete(request):
"
administrator to solve the issue.
\n
Message:
\n
"
+
str
(
e
)))
except
Exception
as
e
:
messages
.
error
(
request
,
e
)
else
:
messages
.
error
(
request
,
'
Please correct the error below.
'
)
else
:
form
=
UserDeleteForm
(
instance
=
request
.
user
)
return
render
(
request
,
'
registration/small_form_host.html
'
,
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment