mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-12 01:56:25 +01:00
[CHANGE] Service delete confirm template converted to BS5
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{% extends "allianceauth/base.html" %}
|
{% extends "allianceauth/base-bs5.html" %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
|
|
||||||
@@ -11,9 +11,9 @@
|
|||||||
<h1 class="page-header text-center">
|
<h1 class="page-header text-center">
|
||||||
{% blocktranslate with service_name=view.service_name|title %}Delete {{ service_name }} Account?{% endblocktranslate %}
|
{% blocktranslate with service_name=view.service_name|title %}Delete {{ service_name }} Account?{% endblocktranslate %}
|
||||||
</h1>
|
</h1>
|
||||||
<div class="container-fluid">
|
<div class="container">
|
||||||
<div class="col-md-2 col-md-offset-5">
|
<div class="row justify-content-center">
|
||||||
<div class="row">
|
<div class="col-md-4 align-self-center">
|
||||||
<form action="" method="post">
|
<form action="" method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Reference in New Issue
Block a user