diff options
author | MR Lemon <matt@matthewlemon> | 2020-04-25 17:09:48 +0100 |
---|---|---|
committer | MR Lemon <matt@matthewlemon> | 2020-04-25 17:09:48 +0100 |
commit | 3055e374273d7d48df2e2583e2e203567168275d (patch) | |
tree | b8bb83fb4d030747814722f5dad4f8710a885000 /ctrack | |
parent | cc53d6f019bdd3c6256b7e6b6a3647d09f61d2a3 (diff) |
nicer organisation list
Diffstat (limited to 'ctrack')
-rw-r--r-- | ctrack/organisations/templates/organisations/organisation_list.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ctrack/organisations/templates/organisations/organisation_list.html b/ctrack/organisations/templates/organisations/organisation_list.html index 7808ac1..8a57a34 100644 --- a/ctrack/organisations/templates/organisations/organisation_list.html +++ b/ctrack/organisations/templates/organisations/organisation_list.html @@ -9,7 +9,15 @@ <div class="container mt-3"> <div class="row"> <div class="col-md-12 pl-0 my-2"> - <h4>Organisations | <small><a href="{% url "organisations:create" %}">Create new...</a></small></h4> + <div class="row"> + <div class="col-12"> + <h4>Organisations <span class="float-right align-bottom"><a href="{% url "organisations:create" %}"><button type="button" class="btn btn-primary">Create new...</button></a></span></h4> + + </div> + <div class="col-10"> + + </div> + </div> <div class="row"> <div class="col-md-12 border bg-light my-2"> <table class="table compact cell-border"> |