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