Skip to content

Commit

Permalink
Do not use entity references
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Aug 13, 2024
1 parent bba188e commit 5f1254c
Show file tree
Hide file tree
Showing 50 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion admin/templates/admin/admin.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} ‐ Administration{% endblock title %}
{% block title %}{{ super() }} - Administration{% endblock title %}

{% block scripts %}
<script src="{{ url_for('static', filename='lib/purify-3.1.6/js/purify.min.js') }}"></script>
Expand Down
2 changes: 1 addition & 1 deletion datarequest/templates/datarequest/add.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Datarequest {{ request_id }} &dash; Add request{% endblock title %}
{% block title %}{{ super() }} - Datarequest {{ request_id }} - Add request{% endblock title %}

{% block scripts %}
<script> window.config = {
Expand Down
2 changes: 1 addition & 1 deletion datarequest/templates/datarequest/add_attachments.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Datarequest {{ request_id }} &dash; Add attachments{% endblock title %}
{% block title %}{{ super() }} - Datarequest {{ request_id }} - Add attachments{% endblock title %}

{% block scripts %}
<script> window.config = {
Expand Down
2 changes: 1 addition & 1 deletion datarequest/templates/datarequest/assign.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Datarequest {{ request_id }} &dash; Assign request{% endblock title %}
{% block title %}{{ super() }} - Datarequest {{ request_id }} - Assign request{% endblock title %}

{% block style %}
<link rel="stylesheet" href="{{ url_for('datarequest_bp.static', filename='css/forms.css') }}">
Expand Down
2 changes: 1 addition & 1 deletion datarequest/templates/datarequest/dao_evaluate.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Datarequest {{ request_id }} &dash; Evaluate DAO request{% endblock title %}
{% block title %}{{ super() }} - Datarequest {{ request_id }} - Evaluate DAO request{% endblock title %}

{% block style %}
<link rel="stylesheet" href="{{ url_for('datarequest_bp.static', filename='css/forms.css') }}">
Expand Down
2 changes: 1 addition & 1 deletion datarequest/templates/datarequest/datamanager_review.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Datarequest {{ request_id }} &dash; Datamanager review{% endblock title %}
{% block title %}{{ super() }} - Datarequest {{ request_id }} - Datamanager review{% endblock title %}

{% block style %}
<link rel="stylesheet" href="{{ url_for('datarequest_bp.static', filename='css/forms.css') }}">
Expand Down
2 changes: 1 addition & 1 deletion datarequest/templates/datarequest/evaluate.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Datarequest {{ request_id }} &dash; Evaluate request{% endblock title %}
{% block title %}{{ super() }} - Datarequest {{ request_id }} - Evaluate request{% endblock title %}

{% block style %}
<link rel="stylesheet" href="{{ url_for('datarequest_bp.static', filename='css/forms.css') }}">
Expand Down
2 changes: 1 addition & 1 deletion datarequest/templates/datarequest/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Datarequests overview{% endblock title %}
{% block title %}{{ super() }} - Datarequests overview{% endblock title %}

{% block style %}
<link rel="stylesheet" href="{{ url_for('static', filename='lib/datatables-1.13.5/datatables.min.css') }}">
Expand Down
2 changes: 1 addition & 1 deletion datarequest/templates/datarequest/preliminary_review.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Datarequest {{ request_id }} &dash; Preliminary review{% endblock title %}
{% block title %}{{ super() }} - Datarequest {{ request_id }} - Preliminary review{% endblock title %}

{% block style %}
<link rel="stylesheet" href="{{ url_for('datarequest_bp.static', filename='css/forms.css') }}">
Expand Down
2 changes: 1 addition & 1 deletion datarequest/templates/datarequest/preregister.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Datarequest {{ request_id }} &dash; Preregistration{% endblock title %}
{% block title %}{{ super() }} - Datarequest {{ request_id }} - Preregistration{% endblock title %}

{% block style %}
<link rel="stylesheet" href="{{ url_for('datarequest_bp.static', filename='css/forms.css') }}">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Datarequest {{ request_id }} &dash; Preregistration confirmation{% endblock title %}
{% block title %}{{ super() }} - Datarequest {{ request_id }} - Preregistration confirmation{% endblock title %}

{% block style %}
<link rel="stylesheet" href="{{ url_for('datarequest_bp.static', filename='css/forms.css') }}">
Expand Down
2 changes: 1 addition & 1 deletion datarequest/templates/datarequest/review.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Datarequest {{ request_id }} &dash; Review{% endblock title %}
{% block title %}{{ super() }} - Datarequest {{ request_id }} - Review{% endblock title %}

{% block style %}
<link rel="stylesheet" href="{{ url_for('datarequest_bp.static', filename='css/forms.css') }}">
Expand Down
2 changes: 1 addition & 1 deletion datarequest/templates/datarequest/view.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Datarequest {{ request_id }}{% endblock title %}
{% block title %}{{ super() }} - Datarequest {{ request_id }}{% endblock title %}

{% block style %}
<link rel="stylesheet" href="{{ url_for('datarequest_bp.static', filename='css/view.css') }}">
Expand Down
2 changes: 1 addition & 1 deletion deposit/templates/deposit/data.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Deposit &dash; Add data{% endblock title %}
{% block title %}{{ super() }} - Deposit - Add data{% endblock title %}

{% block style %}
<link rel="stylesheet" href="{{ url_for('static', filename='lib/datatables-1.13.5/datatables.min.css') }}">
Expand Down
2 changes: 1 addition & 1 deletion deposit/templates/deposit/metadata-form.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Deposit &dash; Document data {% endblock title %}
{% block title %}{{ super() }} - Deposit - Document data {% endblock title %}

{% block style %}
<link rel="stylesheet" href="{{ url_for('deposit_bp.static', filename='lib/sweetalert/sweetalert.css') }}">
Expand Down
2 changes: 1 addition & 1 deletion deposit/templates/deposit/overview.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Deposit &dash; My deposits{% endblock title %}
{% block title %}{{ super() }} - Deposit - My deposits{% endblock title %}

{% block style %}
<link rel="stylesheet" href="{{ url_for('static', filename='lib/datatables-1.13.5/datatables.min.css') }}">
Expand Down
2 changes: 1 addition & 1 deletion deposit/templates/deposit/submit.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Deposit &dash; Submit data{% endblock title %}
{% block title %}{{ super() }} - Deposit - Submit data{% endblock title %}

{% block style %}
<link rel="stylesheet" href="{{ url_for('deposit_bp.static', filename='lib/stepper/bs-stepper.custom.css') }}">
Expand Down
2 changes: 1 addition & 1 deletion deposit/templates/deposit/thank-you.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Deposit &dash; Thank you{% endblock title %}
{% block title %}{{ super() }} - Deposit - Thank you{% endblock title %}

{% block style %}
<link rel="stylesheet" href="{{ url_for('deposit_bp.static', filename='css/deposit.css') }}">
Expand Down
2 changes: 1 addition & 1 deletion fileviewer/templates/fileviewer/file.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base-bare.html' %}

{% block title %}{{ super() }} &dash; File Viewer{% endblock title %}
{% block title %}{{ super() }} - File Viewer{% endblock title %}

{% block style %}
<link id='pagestyle' rel="stylesheet" {% if g.settings and g.settings.color_mode and g.settings.color_mode == 'DARK' %}href="{{url_for('static', filename='lib/highlight-js-11.9.0/styles/dark.min.css')}}"{% else %}href="{{url_for('static', filename='lib/highlight-js-11.9.0/styles/default.min.css')}}"{% endif %}>
Expand Down
2 changes: 1 addition & 1 deletion general/templates/general/403.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Access forbidden{% endblock title %}
{% block title %}{{ super() }} - Access forbidden{% endblock title %}

{% block content %}
<div class="text-center">
Expand Down
2 changes: 1 addition & 1 deletion general/templates/general/404.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Page not found{% endblock title %}
{% block title %}{{ super() }} - Page not found{% endblock title %}

{% block content %}
<div class="text-center">
Expand Down
2 changes: 1 addition & 1 deletion general/templates/general/500.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Internal server error{% endblock title %}
{% block title %}{{ super() }} - Internal server error{% endblock title %}

{% block content %}
<div class="text-center">
Expand Down
2 changes: 1 addition & 1 deletion general/templates/general/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Home{% endblock title %}
{% block title %}{{ super() }} - Home{% endblock title %}

{% block style %}
{{ super() }}
Expand Down
2 changes: 1 addition & 1 deletion group_manager/templates/group_manager/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Group Manager{% endblock title %}
{% block title %}{{ super() }} - Group Manager{% endblock title %}

{% block style %}
<link rel="stylesheet" href="{{ url_for('group_manager_bp.static', filename='css/group_manager.css') }}">
Expand Down
2 changes: 1 addition & 1 deletion intake/templates/intake/intake.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Intake{% endblock title %}
{% block title %}{{ super() }} - Intake{% endblock title %}

{% block style %}
<link rel="stylesheet" href="{{ url_for('intake_bp.static', filename='css/jquery.dataTables.css') }}">
Expand Down
2 changes: 1 addition & 1 deletion intake/templates/intake/reports.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Intake{% endblock title %}
{% block title %}{{ super() }} - Intake{% endblock title %}

{% block style %}
<link rel="stylesheet" href="{{ url_for('intake_bp.static', filename='css/intake.css') }}">
Expand Down
2 changes: 1 addition & 1 deletion open_search/templates/open_search/search.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Open Search{% endblock title %}
{% block title %}{{ super() }} - Open Search{% endblock title %}

{% block scripts %}
<script src="{{ url_for('open_search_bp.static', filename='js/search.js') }}"></script>
Expand Down
2 changes: 1 addition & 1 deletion research/templates/research/browse.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Research{% endblock title %}
{% block title %}{{ super() }} - Research{% endblock title %}

{% block scripts %}
<script src="{{ url_for('static', filename='lib/purify-3.1.6/js/purify.min.js') }}"></script>
Expand Down
2 changes: 1 addition & 1 deletion research/templates/research/metadata-form.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Research{% endblock title %}
{% block title %}{{ super() }} - Research{% endblock title %}

{% block style %}
<link rel="stylesheet" href="{{ url_for('research_bp.static', filename='lib/sweetalert/sweetalert.css') }}">
Expand Down
2 changes: 1 addition & 1 deletion search/templates/search/search.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Search{% endblock title %}
{% block title %}{{ super() }} - Search{% endblock title %}

{% block scripts %}
<script src="{{ url_for('static', filename='lib/purify-3.1.6/js/purify.min.js') }}"></script>
Expand Down
2 changes: 1 addition & 1 deletion stats/templates/stats/stats.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Statistics{% endblock title %}
{% block title %}{{ super() }} - Statistics{% endblock title %}

{% block style %}
<link rel="stylesheet" href="{{ url_for('static', filename='lib/datatables-1.13.5/datatables.min.css') }}">
Expand Down
2 changes: 1 addition & 1 deletion themes/uu_dag/vault/browse.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Vault{% endblock title %}
{% block title %}{{ super() }} - Vault{% endblock title %}

{% block style %}
<link rel="stylesheet" href="{{ url_for('vault_bp.static', filename='css/vault.css') }}">
Expand Down
2 changes: 1 addition & 1 deletion themes/uu_dgk/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Home{% endblock %}
{% block title %}{{ super() }} - Home{% endblock %}

{% block style %}
{{ super() }}
Expand Down
2 changes: 1 addition & 1 deletion themes/uu_fsw/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Home{% endblock %}
{% block title %}{{ super() }} - Home{% endblock %}

{% block style %}
{{ super() }}
Expand Down
2 changes: 1 addition & 1 deletion themes/uu_geo/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Home{% endblock %}
{% block title %}{{ super() }} - Home{% endblock %}

{% block style %}
{{ super() }}
Expand Down
2 changes: 1 addition & 1 deletion themes/uu_gw/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Home{% endblock %}
{% block title %}{{ super() }} - Home{% endblock %}

{% block style %}
{{ super() }}
Expand Down
2 changes: 1 addition & 1 deletion themes/uu_i-lab/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Home{% endblock %}
{% block title %}{{ super() }} - Home{% endblock %}

{% block style %}
{{ super() }}
Expand Down
2 changes: 1 addition & 1 deletion themes/uu_its/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Home{% endblock %}
{% block title %}{{ super() }} - Home{% endblock %}

{% block style %}
{{ super() }}
Expand Down
2 changes: 1 addition & 1 deletion themes/uu_science/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Home{% endblock %}
{% block title %}{{ super() }} - Home{% endblock %}

{% block style %}
{{ super() }}
Expand Down
2 changes: 1 addition & 1 deletion themes/uu_youth/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Home{% endblock %}
{% block title %}{{ super() }} - Home{% endblock %}

{% block style %}
{{ super() }}
Expand Down
2 changes: 1 addition & 1 deletion themes/vu/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Home{% endblock %}
{% block title %}{{ super() }} - Home{% endblock %}

{% block style %}
{{ super() }}
Expand Down
2 changes: 1 addition & 1 deletion user/templates/user/data_access.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Data Access Tokens{% endblock %}
{% block title %}{{ super() }} - Data Access Tokens{% endblock %}

{% block scripts %}
<script src="{{ url_for('user_bp.static', filename='js/data_access.js') }}"></script>
Expand Down
2 changes: 1 addition & 1 deletion user/templates/user/data_transfer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Data Transfer{% endblock %}
{% block title %}{{ super() }} - Data Transfer{% endblock %}

{% block scripts %}
<script src="{{ url_for('user_bp.static', filename='js/data_transfer.js') }}"></script>
Expand Down
2 changes: 1 addition & 1 deletion user/templates/user/gate.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Sign in{% endblock title %}
{% block title %}{{ super() }} - Sign in{% endblock title %}

{% block content %}
<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion user/templates/user/login.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Sign in{% endblock title %}
{% block title %}{{ super() }} - Sign in{% endblock title %}

{% block content %}
<div
Expand Down
2 changes: 1 addition & 1 deletion user/templates/user/notifications.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Notifications{% endblock title %}
{% block title %}{{ super() }} - Notifications{% endblock title %}

{% block scripts %}
<script src="{{ url_for('user_bp.static', filename='js/notifications.js') }}"></script>
Expand Down
2 changes: 1 addition & 1 deletion user/templates/user/settings.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Settings{% endblock title %}
{% block title %}{{ super() }} - Settings{% endblock title %}

{% block content %}
<h1>Settings</h1>
Expand Down
2 changes: 1 addition & 1 deletion vault/templates/vault/browse.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Vault{% endblock title %}
{% block title %}{{ super() }} - Vault{% endblock title %}

{% block style %}
<link rel="stylesheet" href="{{ url_for('vault_bp.static', filename='css/vault.css') }}">
Expand Down
2 changes: 1 addition & 1 deletion vault/templates/vault/datapackage.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; DAG Datapackage{% endblock title %}
{% block title %}{{ super() }} - DAG Datapackage{% endblock title %}

{% block style %}
<link rel="stylesheet" href="{{ url_for('vault_bp.static', filename='css/vault.css') }}">
Expand Down
2 changes: 1 addition & 1 deletion vault/templates/vault/metadata-form.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% block title %}{{ super() }} &dash; Vault{% endblock title %}
{% block title %}{{ super() }} - Vault{% endblock title %}

{% block scripts %}
<script>
Expand Down

0 comments on commit 5f1254c

Please sign in to comment.