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