To delete a character enter the name of the character and your password.

{% set title = 'Delete Character' %} {% set background = config('darkborder') %} {% set content %}
Character Name:
Password:
{% endset %} {% include 'tables.headline.html.twig' %}
{{ csrf() }} {{ include('buttons.submit.html.twig') }}
{{ csrf() }}
{{ include('buttons.back.html.twig') }}