2019-01-23 23:53:13 +01:00
|
|
|
{% extends "base_generic.html" %}
|
|
|
|
|
|
|
|
{% block content %}
|
2019-01-27 13:40:04 +01:00
|
|
|
<h2 class="tibia-headline">Add Character</h2>
|
2019-01-23 23:53:13 +01:00
|
|
|
<form method="post">{% csrf_token %}
|
|
|
|
{{ form.as_p }}
|
|
|
|
<input type="submit" value="Save">
|
|
|
|
</form>
|
|
|
|
|
|
|
|
{% endblock %}
|