Skip to content

Commit 31aea05

Browse files
authored
Merge pull request #193 from maykinmedia/feature/188-unused-notification-settings
[#188] remove unused notification settings
2 parents e46ba08 + 0166a56 commit 31aea05

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

docker-compose.yml

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ services:
2929
- SECRET_KEY=${SECRET_KEY:-django-insecure-$8s@b*ds4t84-q_2#c0j0506@!l2q6r5_pq5e!vm^_9c*#^66b}
3030
- CELERY_BROKER_URL=redis://redis:6379/0
3131
- CELERY_RESULT_BACKEND=redis://redis:6379/0
32-
- NOTIFICATIONS_DISABLED=True
3332
ports:
3433
- 8000:8000
3534
depends_on:

src/openklant/templates/index.html

-11
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,6 @@ <h5 class="card__title"><i class="fas fa-wifi"></i> API specificatie</h5>
2323
</div>
2424
</div>
2525
{% endblock %}
26-
27-
{% block extra_docs %}
28-
<div class="cardlist__item">
29-
<div class="card">
30-
<h5 class="card__title"><i class="fas fa-bullhorn"></i> Notificaties</h5>
31-
<p>Gebeurtenissen waarover dit component notificaties verstuurt.</p>
32-
<a href="https://github.com/VNG-Realisatie/{{ component }}-api/blob/{{ github_ref }}/src/notificaties.md" class="button button--primary">Notificaties</a>
33-
</div>
34-
</div>
35-
{% endblock %}
36-
3726
</div>
3827

3928
{% endblock %}

src/openklant/urls.py

-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
name="main",
6363
),
6464
path("ref/", include("vng_api_common.urls")),
65-
path("ref/", include("notifications_api_common.urls")),
6665
path("oidc/", include("mozilla_django_oidc.urls")),
6766
]
6867

0 commit comments

Comments
 (0)