Changeset View
Changeset View
Standalone View
Standalone View
websrc/templates/bid_main/index.pug
| Show First 20 Lines • Show All 144 Lines • ▼ Show 20 Lines | li | ||||
| | {% if 'bfct_board' in user.role_names %} | | {% if 'bfct_board' in user.role_names %} | ||||
| hr | hr | ||||
| p. | p. | ||||
| You are a #[strong BFCT Board Member]. | You are a #[strong BFCT Board Member]. | ||||
| | {% endif %} | | {% endif %} | ||||
| | {% endif %} | | {% endif %} | ||||
| .bid-roles.container.bid.box.text-danger | |||||
| h3 Danger zone | |||||
| ul.list-unstyled | |||||
| hr.alert-danger | |||||
| li | |||||
| a(href="{% url 'bid_main:delete_user' %}", class="text-danger") Delete account | |||||
| | {% endblock %} | | {% endblock %} | ||||
| | {% block footer_scripts %} | | {% block footer_scripts %} | ||||
| script(src="{% static 'assets_vendor/js/toastr.min.js' %}") | script(src="{% static 'assets_vendor/js/toastr.min.js' %}") | ||||
| script(src="{% static 'assets_vendor/js/bootstrap-toggle.min.js' %}") | script(src="{% static 'assets_vendor/js/bootstrap-toggle.min.js' %}") | ||||
| script(src="{% static 'assets_vendor/js/js.cookie.min.js' %}") | script(src="{% static 'assets_vendor/js/js.cookie.min.js' %}") | ||||
| script(src="{% static 'assets/js/notifications.min.js' %}") | script(src="{% static 'assets/js/notifications.min.js' %}") | ||||
| script. | script. | ||||
| Show All 25 Lines | |||||