Skip to content

Commit

Permalink
Merge pull request #1573 from open-zaak/feature/1571-fix-500-error-in…
Browse files Browse the repository at this point in the history
…-admin-history

🔥[#1571] remove jquery & boostrap from admin history template
  • Loading branch information
annashamray committed Feb 16, 2024
2 parents 2188590 + a390c36 commit d02642b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
6 changes: 3 additions & 3 deletions docs/installation/config/env_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ on Docker, since `localhost` is contained within the container:
disabling SSL certificate verification. Example:
`EXTRA_VERIFY_CERTS=/etc/ssl/root1.crt,/etc/ssl/root2.crt`.

* `CURL_CA_BUNDLE`: if this variable is set to an empty string, it disables SSL/TLS certificate verification.
More information about why can be found [here](https://stackoverflow.com/a/48391751/7146757). Even calls from Open
Zaak to other services such as the [Selectie Lijst](https://selectielijst.openzaak.nl/) will be disabled, so this
* `CURL_CA_BUNDLE`: if this variable is set to an empty string, it disables SSL/TLS certificate
verification. Even calls from Open Zaak to other services
such as the [Selectie Lijst](https://selectielijst.openzaak.nl/) will be disabled, so this
variable should be used with care to prevent unwanted side-effects.

* `NOTIFICATIONS_DISABLED`: if this variable is set to `true`, `yes` or `1`, the notification mechanism will be
Expand Down
11 changes: 0 additions & 11 deletions src/openzaak/templates/admin/object_history.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,6 @@
{% load i18n admin_urls %}
{% load static %}

{% block extrahead %}
{{ block.super }}
<script src="{% static 'vng_api_common/libs/jquery/jquery-3.3.1.slim.min.js' %}"></script>
<script src="{% static 'vng_api_common/libs/bootstrap/js/bootstrap.min.js' %}"></script>
{% endblock %}

{% block extrastyle %}
<link rel="stylesheet" href="{% static 'vng_api_common/libs/bootstrap/css/bootstrap.min.css' %}">
{{ block.super }}
{% endblock %}

{% block content %}
{% if object.audittrail %}
<div id="content-main-audittrail">
Expand Down

0 comments on commit d02642b

Please sign in to comment.