mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-07-04 11:32:15 +02:00
5 lines
275 B
HTML
5 lines
275 B
HTML
{% load i18n %}
|
|
{% include "django/forms/widgets/input.html" %}
|
|
<input type="submit" value="{% trans "Fetch data and add another" %}" name="_isbn_addanother" onclick="form.submit()">
|
|
<input type="submit" value="{% trans "Fetch only" %}" name="_isbn" onclick="form.submit()">
|