aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/organisations
diff options
context:
space:
mode:
authorMR Lemon <matt@matthewlemon>2020-04-26 16:26:29 +0100
committerMR Lemon <matt@matthewlemon>2020-04-26 16:26:29 +0100
commit95047835de1a7a3585727bd43583638d8d557479 (patch)
tree8722e2b28912677e886203a0ecf51d50030f84a7 /ctrack/organisations
parent6113986529fd72e0954d4216a780303c27419bed (diff)
replaced line with button
Diffstat (limited to 'ctrack/organisations')
-rw-r--r--ctrack/organisations/templates/organisations/organisation_detail.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/ctrack/organisations/templates/organisations/organisation_detail.html b/ctrack/organisations/templates/organisations/organisation_detail.html
index 954b94e..8cb0ae6 100644
--- a/ctrack/organisations/templates/organisations/organisation_detail.html
+++ b/ctrack/organisations/templates/organisations/organisation_detail.html
@@ -19,13 +19,13 @@
</div>
</div>
<div class="row">
- <div class="col-md-12 my-2">
+ <div class="col-md-8 my-2">
<div class="card bg-light">
<div class="card-body">
<div class="card-title">Company Information</div>
<div class="card-text">
<div>
- <table class="table table-sm">
+ <table class="table">
<tr>
<td><strong>Designation Type:</strong></td>
<td>{{ object.designation_type }}</td>
@@ -64,9 +64,7 @@
</div>
</div>
</div>
- </div>
- <div class="row">
- <div class="col-md-12 my-2">
+ <div class="col-md-4 my-2">
<div class="card bg-light">
<div class="card-body">
<div class="card-title">NIS Systems</div>
@@ -88,7 +86,7 @@
</tr>
{% endfor %}
{% else %}
- <p><small><a href="{% url "caf:create_from_org" object.slug %}">Add new...</a></small></p>
+ <a class="btn btn-primary" href="{% url "caf:create_from_org" object.slug %}" role="button">Add new...</a>
{% endif %}
</table>
</div>