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 %}
|
{% load i18n %}
|
||||||
{% include "django/forms/widgets/input.html" %}
|
{% 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 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