Skip to content

Commit

Permalink
fix: override view+edit templates for e53 place
Browse files Browse the repository at this point in the history
  • Loading branch information
gythaogg committed Nov 13, 2024
1 parent 973b7ef commit 6a5bc62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apis_ontology/templates/apis_ontology/place_detail.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "apis_core/apis_entities/e53_place_detail.html" %}

{% block relations-include %}
{% include "relations/list_relations_include_tabs.html" with edit=True %}
{% include "relations/list_relations_include_tabs.html" %}
{% endblock relations-include %}
5 changes: 5 additions & 0 deletions apis_ontology/templates/apis_ontology/place_form.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{% extends "apis_core/apis_entities/e53_place_detail.html" %}

{% block relations-include %}
{% include "relations/list_relations_include_tabs.html" with edit=True %}
{% endblock relations-include %}

0 comments on commit 6a5bc62

Please sign in to comment.