OpenDroneMap-WebODM/plugins/test/templates/app.html

11 wiersze
247 B
HTML
Czysty Zwykły widok Historia

2018-03-02 16:30:16 +00:00
{% extends "app/plugins/templates/base.html" %}
{% block content %}
Hello world!
2018-07-30 15:55:46 +00:00
<form>
{% csrf_token %}
{% include "app/plugins/templates/form.html" with form=test_form %}
<button type="submit">Submit</button>
</form>
2018-03-02 16:30:16 +00:00
{% endblock %}