Remove old configuration template

This commit is contained in:
Bat 2018-07-11 17:37:36 +02:00
parent b59299ad5a
commit 0e773de9ff

View file

@ -1,15 +0,0 @@
{% extends "base" %}
{% block title %}
{{ "Configuration" | _ }}
{% endblock title %}
{% block content %}
<h1>{{ "Configure your instance" | _ }}</h1>
<form method="post">
<label for="name">{{ "Name" | _ }}</label>
<input type="text" id="name" name="name" />
<input type="submit" value="{{ "Let's go!" | _ }}" />
</form>
{% endblock content %}