Remove top right form buttons from create/update

Works on RIGS coz it's just one button. Makes a mess here imo.
This commit is contained in:
2019-10-23 13:11:46 +01:00
parent 7bc47f708c
commit a5da5ad7a8
2 changed files with 0 additions and 14 deletions

View File

@@ -21,13 +21,6 @@
<form method="post" id="asset_update_form" action="{% url 'asset_create'%}">
{% endif %}
{% include 'form_errors.html' %}
<div class="row" style="padding-bottom: 1em">
<div class="col-sm-12">
<div class="pull-right">
{% include 'partials/asset_buttons.html' %}
</div>
</div>
</div>
{% csrf_token %}
<input type="hidden" name="id" value="{{ object.id|default:0 }}" hidden=true>
<div class="row">

View File

@@ -17,13 +17,6 @@
</div>
<form method="post" id="asset_update_form" action="{% url 'asset_update' pk=object.pk%}">
{% include 'form_errors.html' %}
<div class="row" style="padding-bottom: 1em">
<div class="col-sm-12">
<div class="pull-right">
{% include 'partials/asset_buttons.html' %}
</div>
</div>
</div>
{% csrf_token %}
<input type="hidden" name="id" value="{{ object.id|default:0 }}" hidden=true>
<div class="row">