2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-05-01 14:48:44 +01:00
Files
troggle/templates/dataformat/flatfile.html
T

11 lines
134 B
HTML

{% autoescape off %}
<html>
<head>
<title>{{ form.title }}</title>
</head>
<body>
{{ form.html }}
</body>
</html>
{% endautoescape %}