1
0
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:
Yohann D'ANELLO
2020-02-20 13:52:50 +01:00
parent 0c9b3c4d5f
commit 4c55bdd200
4 changed files with 83 additions and 80 deletions

View File

@ -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">