Starte Flask-Transformation

This commit is contained in:
phil 2020-09-03 12:15:26 +00:00
parent 80193feb76
commit d15403403b
6 changed files with 62 additions and 47 deletions

View file

@ -1,18 +1,11 @@
<!DOCTYPE html>
<html xml:lang="de" lang="de"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:py="http://genshi.edgewall.org/">
<xi:include href="layout.html" />
{% extends "base.html" %}
<head/>
{% block content %}
<body>
<form name="show_htpasswd" action="manage" method="POST">
<label for="name">Wiki:</label>
<input type="text" size="30" name="zone" id="name" />
<input type="submit" name="submit" value="Show" />
</form>
</body>
</html>
{% endblock %}