mirror of
				https://gitlab.crans.org/mediatek/med.git
				synced 2025-11-04 09:02:15 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			274 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			274 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% 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()"> |