Remove old configuration template
This commit is contained in:
parent
b59299ad5a
commit
0e773de9ff
@ -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 %}
|
Loading…
Reference in New Issue
Block a user