diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-07-10 18:02:19 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-07-10 18:02:19 +0200 |
commit | 8e8f0e3c4f65933b51e3f9a2b2153c49f8384dcc (patch) | |
tree | 85323c709b84e35479eafba6d4aa091d88be32c0 | |
parent | 64ab9e282a70948efe22bb5dfbd9b9678736d8f8 (diff) | |
download | Ishtar-8e8f0e3c4f65933b51e3f9a2b2153c49f8384dcc.tar.bz2 Ishtar-8e8f0e3c4f65933b51e3f9a2b2153c49f8384dcc.zip |
Fix context record sheet
-rw-r--r-- | archaeological_context_records/templates/ishtar/sheet_contextrecord.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index e8c9e9a43..ab2cdc713 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -152,8 +152,8 @@ </div> </div> {% if display_interpretation %} - <div class="tab-pane fade" id="{{window_id}}-intrepretation" - role="tabpanel" aria-labelledby="{{window_id}}-intrepretation-tab"> + <div class="tab-pane fade" id="{{window_id}}-interpretation" + role="tabpanel" aria-labelledby="{{window_id}}-interpretation-tab"> <h3>{% trans "Interpretation"%}</h3> <div class='row'> {% field_flex_multiple "Documentation" item.documentations %} @@ -288,8 +288,8 @@ {% endif %} {% if display_documents %} - <div class="tab-pane fade" id="{{window_id}}-relations" - role="tabpanel" aria-labelledby="{{window_id}}-relations-tab"> + <div class="tab-pane fade" id="{{window_id}}-documents" + role="tabpanel" aria-labelledby="{{window_id}}-documents-tab"> {% trans "Document from this context record" as cr_docs %} {% if permission_view_own_document or permission_view_document %} {% if item.documents.count %} |