More buttons
This commit is contained in:
		@@ -37,13 +37,17 @@
 | 
			
		||||
                {% include 'partials/form/inputField.html' with field=form.filename %}
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
 | 
			
		||||
        <div class="LP-Form__Composition">
 | 
			
		||||
                <a href="{% url 'place_detail' pk=place.pk %}">
 | 
			
		||||
                    <button type="button" class="LP-Button LP-Button--cancel">Cancel</button>
 | 
			
		||||
                </a>
 | 
			
		||||
            <input type="submit" class="LP-Button" value="Submit"/>
 | 
			
		||||
        </div>
 | 
			
		||||
		
 | 
			
		||||
		<div class="LP-Form__Composition LP-Form__Composition--buttons">
 | 
			
		||||
			<div class="LP-Form__Field LP-Form__Button LP-Input">
 | 
			
		||||
				<button class="LP-Button">Update</button>
 | 
			
		||||
			</div>
 | 
			
		||||
			<div class="LP-Form__Field LP-Form__Button LP-Input">
 | 
			
		||||
				<a class="LP-Link" href="{% url 'place_detail' pk=place.pk %}">
 | 
			
		||||
					<button type="button" class="LP-Button LP-Button--cancel">Cancel</button>
 | 
			
		||||
				</a>
 | 
			
		||||
			</div>
 | 
			
		||||
		</div>
 | 
			
		||||
    </fieldset>
 | 
			
		||||
 | 
			
		||||
</form>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user