diff options
author | MR Lemon <matt@matthewlemon> | 2020-04-25 17:14:02 +0100 |
---|---|---|
committer | MR Lemon <matt@matthewlemon> | 2020-04-25 17:14:40 +0100 |
commit | c07e8da4c580364c42134ab28ec75d660286dcc1 (patch) | |
tree | 9221911e444bed9c7ba2151f550abe5dd0169977 /ctrack | |
parent | 3055e374273d7d48df2e2583e2e203567168275d (diff) |
removed errant div
Diffstat (limited to 'ctrack')
-rw-r--r-- | ctrack/organisations/templates/organisations/organisation_list.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ctrack/organisations/templates/organisations/organisation_list.html b/ctrack/organisations/templates/organisations/organisation_list.html index 8a57a34..5ec9710 100644 --- a/ctrack/organisations/templates/organisations/organisation_list.html +++ b/ctrack/organisations/templates/organisations/organisation_list.html @@ -12,10 +12,6 @@ <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"> |