htman/templates/frontpage.html

12 lines
299 B
HTML
Raw Normal View History

2020-09-03 14:15:26 +02:00
{% extends "base.html" %}
2020-09-03 14:15:26 +02:00
{% block content %}
<form name="show_htpasswd" action="manage" method="POST">
2016-01-07 02:45:05 +01:00
<label for="name">Wiki:</label>
<input type="text" size="30" name="zone" id="name" />
<input type="submit" name="submit" value="Show" />
</form>
2020-09-03 14:15:26 +02:00
{% endblock %}