Skip to content

Commit

Permalink
Merge pull request #206 from acdh-oeaw/dependabot/pip/apis-core-rdf-0…
Browse files Browse the repository at this point in the history
….33.0

chore(deps): bump apis-core-rdf from 0.32.0 to 0.33.0
  • Loading branch information
gythaogg authored Nov 28, 2024
2 parents 7effe06 + f955658 commit de85b65
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 84 deletions.
6 changes: 0 additions & 6 deletions apis_ontology/templates/apis_ontology/instance_detail.html

This file was deleted.

6 changes: 0 additions & 6 deletions apis_ontology/templates/apis_ontology/person_detail.html

This file was deleted.

16 changes: 0 additions & 16 deletions apis_ontology/templates/apis_ontology/place_detail.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,6 @@
{% extends "apis_core/apis_entities/e53_place_detail.html" %}
{% load static %}


{% block col-zero %}
<div class="card">
<div class="card-body">{% include "generic/partials/place_table.html" %}</div>
<div class="card-body pt-0">
<table class="table table-hover table-bordered">
{% if object.latitude and object.longitude %}
<td id="map"
data-longitude="{{ object.longitude|floatformat:"4u" }}"
data-latitude="{{ object.latitude|floatformat:"4u" }}">{{ object }}</td>
{% endif %}
</table>
</div>
<div class="card-footer">{% include "apis_entities/partials/linked_open_data.html" %}</div>
</div>
{% endblock %}
{% block relations-include %}
{% include "relations/list_relations_include_tabs.html" %}
{% endblock relations-include %}
6 changes: 0 additions & 6 deletions apis_ontology/templates/apis_ontology/work_detail.html

This file was deleted.

53 changes: 4 additions & 49 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [{include = "apis_ontology"}]
[tool.poetry.dependencies]
python = "^3.11"
psycopg2 = "^2.9"
apis-core-rdf = "0.32.0"
apis-core-rdf = "0.33.0"
apis-acdhch-default-settings = "1.5.0"
django-acdhch-functions = "^0.1.3"
django-extensions = "^3.1.3"
Expand Down

0 comments on commit de85b65

Please sign in to comment.