Fix Bedetheque

Signed-off-by: club-med <club-med@zamokv5.crans.org>
This commit is contained in:
club-med 2021-10-01 12:52:41 +02:00
parent 33a7e5adc6
commit 94c6c73615
1 changed files with 1 additions and 1 deletions

View File

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