More Cancel-Buttons. (create_place, update_place).
This commit is contained in:
		@@ -39,6 +39,9 @@
 | 
			
		||||
        </div>
 | 
			
		||||
 | 
			
		||||
        <div class="LP-Form__Composition">
 | 
			
		||||
                <a href="{% url 'place_list' %}"
 | 
			
		||||
                    <button class="LP-Button LP-Button--cancel">Cancel</button>
 | 
			
		||||
                </a>
 | 
			
		||||
            <input type="submit" class="LP-Button" value="Abschicken"/>
 | 
			
		||||
        </div>
 | 
			
		||||
    </fieldset>
 | 
			
		||||
 
 | 
			
		||||
@@ -39,6 +39,9 @@
 | 
			
		||||
        </div>
 | 
			
		||||
 | 
			
		||||
        <div class="LP-Form__Composition">
 | 
			
		||||
                <a href="{% url 'place_detail' pk=place.pk %}"
 | 
			
		||||
                    <button class="LP-Button LP-Button--cancel">Cancel</button>
 | 
			
		||||
                </a>
 | 
			
		||||
            <input type="submit" class="LP-Button" value="Submit"/>
 | 
			
		||||
        </div>
 | 
			
		||||
    </fieldset>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user