Supplier bootstrap port

This commit is contained in:
warlordjones
2019-10-02 12:40:55 +01:00
parent f3c7f89f31
commit 9bcff7cd5f
4 changed files with 48 additions and 45 deletions

View File

@@ -3,22 +3,18 @@
{% block content %}
<h4>
Supplier
<div class="page-header">
<h1>Supplier
{% if object %}
Edit | {{ object.name }}
Edit: {{ object.name }}
{% else %}
Create
{% endif %}
</h4>
<div class="divider"></div>
{% endif %}</h1>
</div>
<form method="post">
{% csrf_token %}
{{ form }}
<input type="submit" value="Save" class="btn">
<input type="submit" value="Save" class="btn btn-success">
</form>
{% endblock %}
{% endblock %}