Changeset View
Changeset View
Standalone View
Standalone View
websrc/templates/bid_main/delete_user.pug
- This file was added.
| |{% extends 'layout.html' %} | |||||
| |{% load avatar %} | |||||
| |{% block page_title %}Delete Blender ID account{% endblock %} | |||||
| |{% block body %} | |||||
| .bid.box | |||||
| |{% include 'bid_main/delete_user/components/section_title.html' %} | |||||
| .row | |||||
| .col-md-11.mx-auto | |||||
| |{% if user.is_staff or user.is_superuser %} | |||||
| |{% include 'bid_main/delete_user/components/staff.html' %} | |||||
| |{% else %} | |||||
| |{% include 'bid_main/delete_user/components/form.html' %} | |||||
| |{% endif %} | |||||
| |{% endblock body %} | |||||