mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-06-21 05:18:23 +02:00
Le Fetch ouvre ensuite la page pour entrer un nouveau média (code moins sale)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
{% load i18n %}
|
||||
{% include "django/forms/widgets/input.html" %}
|
||||
<input type="submit" value="{% trans "Fetch data" %}" name="_isbn">
|
||||
<input type="hidden" name="_addanother" value="42">
|
||||
<input type="submit" value="{% trans "Fetch data and add another" %}" name="_isbn_addanother">
|
||||
<input type="submit" value="{% trans "Fetch only" %}" name="_isbn">
|
Reference in New Issue
Block a user