mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-01-27 04:21:16 +00:00
3 lines
135 B
HTML
3 lines
135 B
HTML
|
{% load i18n %}
|
||
|
{% include "django/forms/widgets/input.html" %}
|
||
|
<input type="submit" value="{% trans "Fetch data" %}" name="_continue">
|