diff --git a/app/catalogue/routes.py b/app/catalogue/routes.py index 703bcaa3..325e3db4 100644 --- a/app/catalogue/routes.py +++ b/app/catalogue/routes.py @@ -7,7 +7,7 @@ @bp.route("/id//") @cache.cached(key_prefix=cache_key_prefix) -def info(id): +def details(id): records_api = RecordAPI(id) record_data = records_api.get_results() type = record_data["type"] diff --git a/app/templates/catalogue/archive.html b/app/templates/catalogue/archive.html index 17f870e8..9071413a 100644 --- a/app/templates/catalogue/archive.html +++ b/app/templates/catalogue/archive.html @@ -81,7 +81,7 @@

{{ agent | capitalize }} (