diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-10-23 17:10:54 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-10-23 17:10:54 +0100 |
commit | 585c05e32096b1d84e285064e78150db40a0ca05 (patch) | |
tree | 0736bcee955cd702b3580c5bb8f98d4a9b43401d /ctrack/organisations | |
parent | 5688e9b1c79ff45a8867891205791a3ffcc6b91d (diff) |
limited note entry to the org in question
Diffstat (limited to '')
-rw-r--r-- | ctrack/organisations/templates/organisations/organisation_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrack/organisations/templates/organisations/organisation_detail.html b/ctrack/organisations/templates/organisations/organisation_detail.html index f85506c..46d1aba 100644 --- a/ctrack/organisations/templates/organisations/organisation_detail.html +++ b/ctrack/organisations/templates/organisations/organisation_detail.html @@ -277,7 +277,7 @@ <path fill-rule="evenodd" d="M5 10.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z"/> </svg> - <a href="{% url "register:event_create_note" %}">New + <a href="{% url "register:event_create_note_from_org" object.slug %}">New note</a> <a href="#">[Help]</a> </div> |