2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-03-06 02:19:37 +00:00

11 lines
113 B
HTML
Raw Normal View History

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