mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2024-12-25 06:22:23 +00:00
Fix Bedetheque
Signed-off-by: club-med <club-med@zamokv5.crans.org>
This commit is contained in:
parent
33a7e5adc6
commit
94c6c73615
@ -1,4 +1,4 @@
|
||||
{% 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()">
|
||||
<input type="submit" value="{% trans "Fetch only" %}" name="_isbn" onclick="form.submit()">
|
||||
|
Loading…
Reference in New Issue
Block a user