med/media/templates/media/isbn_button.html

4 lines
183 B
HTML
Raw Normal View History

2019-08-11 08:40:39 +00:00
{% load i18n %}
{% include "django/forms/widgets/input.html" %}
<input type="submit" value="{% trans "Fetch data" %}" name="_isbn">
<input type="hidden" name="_addanother" value="42">