mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-24 08:11:55 +00:00
6 lines
78 B
HTML
6 lines
78 B
HTML
|
{% extends "base.html" %}
|
||
|
{% block content %}
|
||
|
|
||
|
{{ form }}
|
||
|
|
||
|
{% endblock %}
|