1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-07-04 11:32:15 +02:00
Files
med/media/templates/media/isbn_button.html
club-med 94c6c73615 Fix Bedetheque
Signed-off-by: club-med <club-med@zamokv5.crans.org>
2021-10-01 12:58:45 +02:00

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()">