Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
rpteam
Revue de Press
Commits
3507e647
Verified
Commit
3507e647
authored
Jan 09, 2018
by
Thibaut Broggi
Browse files
Add template for user deletion confirmation page
parent
f678e5cf
Pipeline
#1804
passed with stages
in 2 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
apps/userprofile/templates/user/user_delete_confirm.html
0 → 100644
View file @
3507e647
{% extends "base.html" %}
{% block content %}
<h3>
Delete user
<strong>
{{ user_delete.username }}
</strong></h3>
<form
action=
""
method=
"post"
>
{% csrf_token %}
<p>
Are you sure you want to delete user "
<strong>
{{ user_delete.username }}
</strong>
"?
</p>
<input
type=
"submit"
value=
"Delete"
/>
</form>
{% endblock %}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment