mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-22 23:31:52 +00:00
6 lines
78 B
HTML
6 lines
78 B
HTML
|
{% extends "base.html" %}
|
||
|
{% block content %}
|
||
|
|
||
|
{{ form }}
|
||
|
|
||
|
{% endblock %}
|