mirror of
				https://gitlab.crans.org/mediatek/med.git
				synced 2025-11-04 10:22:13 +01:00 
			
		
		
		
	For an unknown reason, button inputs are not sent as POST parameters
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
{% load i18n %}
 | 
			
		||||
{% include "django/forms/widgets/input.html" %}
 | 
			
		||||
<input type="button" value="{% trans "Fetch data and add another" %}" name="_isbn_addanother" onclick="form.submit()">
 | 
			
		||||
<input type="button" value="{% trans "Fetch only" %}" name="_isbn" 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()">
 | 
			
		||||
		Reference in New Issue
	
	Block a user