Implanted submit/cancel partial into templates.
This commit is contained in:
		@@ -27,14 +27,7 @@
 | 
			
		||||
        </div>
 | 
			
		||||
 | 
			
		||||
        <div class="LP-Form__Composition LP-Form__Composition--buttons">
 | 
			
		||||
            <div class="LP-Form__Field LP-Form__Button LP-Input">
 | 
			
		||||
                <button class="LP-Button">Submit</button>
 | 
			
		||||
            </div>
 | 
			
		||||
            <div class="LP-Form__Field LP-Form__Button LP-Input">
 | 
			
		||||
                <a class="LP-Link" href="{% url 'place_detail' pk=place.id%}">
 | 
			
		||||
                    <button type="button" class="LP-Button LP-Button--cancel">Cancel</button>
 | 
			
		||||
                </a>
 | 
			
		||||
            </div>
 | 
			
		||||
            {% include 'partials/form/submit.html' with referrer=request.META.HTTP_REFERER %}
 | 
			
		||||
        </div>
 | 
			
		||||
    </fieldset>
 | 
			
		||||
</form>
 | 
			
		||||
 
 | 
			
		||||
@@ -39,14 +39,7 @@
 | 
			
		||||
        </div>
 | 
			
		||||
 | 
			
		||||
        <div class="LP-Form__Composition LP-Form__Composition--buttons">
 | 
			
		||||
            <div class="LP-Form__Field LP-Form__Button LP-Input">
 | 
			
		||||
                <button class="LP-Button">Create</button>
 | 
			
		||||
            </div>
 | 
			
		||||
            <div class="LP-Form__Field LP-Form__Button LP-Input">
 | 
			
		||||
                <a class="LP-Link" href="{% url 'place_list' %}">
 | 
			
		||||
                    <button type="button" class="LP-Button LP-Button--cancel">Cancel</button>
 | 
			
		||||
                </a>
 | 
			
		||||
            </div>
 | 
			
		||||
            {% include 'partials/form/submit.html' with referrer=request.META.HTTP_REFERER action='Create' %}
 | 
			
		||||
        </div>
 | 
			
		||||
    </fieldset>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -16,14 +16,7 @@
 | 
			
		||||
        </div>
 | 
			
		||||
 | 
			
		||||
        <div class="LP-Form__Composition LP-Form__Composition--buttons">
 | 
			
		||||
            <div class="LP-Form__Field LP-Form__Button LP-Input">
 | 
			
		||||
                <button class="LP-Button">Delete</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>
 | 
			
		||||
            {% include 'partials/form/submit.html' with referer=request.META.HTTP_REFERER action='Delete' %}
 | 
			
		||||
        </div>
 | 
			
		||||
    </fieldset>
 | 
			
		||||
</form>
 | 
			
		||||
 
 | 
			
		||||
@@ -39,14 +39,7 @@
 | 
			
		||||
        </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>
 | 
			
		||||
            {% include 'partials/form/submit.html' with referrer=request.META.HTTP_REFERER action='Update' %}
 | 
			
		||||
        </div>
 | 
			
		||||
    </fieldset>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -13,14 +13,7 @@
 | 
			
		||||
        </div>
 | 
			
		||||
 | 
			
		||||
        <div class="LP-Form__Composition LP-Form__Composition--buttons">
 | 
			
		||||
            <div class="LP-Form__Field LP-Form__Button LP-Input">
 | 
			
		||||
                <button class="LP-Button">Submitt</button>
 | 
			
		||||
            </div>
 | 
			
		||||
            <div class="LP-Form__Field LP-Form__Button LP-Input">
 | 
			
		||||
                <a class="LP-Link" href="{% url 'place_list' %}">
 | 
			
		||||
                    <button type="button" class="LP-Button LP-Button--cancel">Cancel</button>
 | 
			
		||||
                </a>
 | 
			
		||||
            </div>
 | 
			
		||||
            {% include 'partials/form/submit.html' with referrer=request.META.HTTP_REFERER %}
 | 
			
		||||
        </div>
 | 
			
		||||
    </fieldset>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user