Cancel buttons type="button".
This commit is contained in:
		@@ -40,7 +40,7 @@
 | 
			
		||||
 | 
			
		||||
        <div class="LP-Form__Composition">
 | 
			
		||||
                <a href="{% url 'place_list' %}">
 | 
			
		||||
                    <button class="LP-Button LP-Button--cancel">Cancel</button>
 | 
			
		||||
                    <button type="button" class="LP-Button LP-Button--cancel">Cancel</button>
 | 
			
		||||
                </a>
 | 
			
		||||
            <input type="submit" class="LP-Button" value="Abschicken"/>
 | 
			
		||||
        </div>
 | 
			
		||||
 
 | 
			
		||||
@@ -13,7 +13,7 @@
 | 
			
		||||
            <p class="LP-Paragraph">Are you sure you want to delete "{{place.name}}"?</p>
 | 
			
		||||
            <div class="LP-Form__Composition">
 | 
			
		||||
                <a href="{% url 'place_detail' pk=place.pk %}">
 | 
			
		||||
                    <button class="LP-Button LP-Button--cancel">Cancel</button>
 | 
			
		||||
                    <button type="button" class="LP-Button LP-Button--cancel">Cancel</button>
 | 
			
		||||
                </a>
 | 
			
		||||
                <input type="submit" class="LP-Button" value="Delete"/>
 | 
			
		||||
            </div>
 | 
			
		||||
 
 | 
			
		||||
@@ -40,7 +40,7 @@
 | 
			
		||||
 | 
			
		||||
        <div class="LP-Form__Composition">
 | 
			
		||||
                <a href="{% url 'place_detail' pk=place.pk %}">
 | 
			
		||||
                    <button class="LP-Button LP-Button--cancel">Cancel</button>
 | 
			
		||||
                    <button type="button" class="LP-Button LP-Button--cancel">Cancel</button>
 | 
			
		||||
                </a>
 | 
			
		||||
            <input type="submit" class="LP-Button" value="Submit"/>
 | 
			
		||||
        </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user