Skip to content

Commit

Permalink
Remove contact, people can just use email
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikhorluck committed Sep 25, 2024
1 parent 8da0508 commit ba10653
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 229 deletions.
Empty file removed apps/contact/__init__.py
Empty file.
6 changes: 0 additions & 6 deletions apps/contact/apps.py

This file was deleted.

41 changes: 0 additions & 41 deletions apps/contact/forms.py

This file was deleted.

8 changes: 0 additions & 8 deletions apps/contact/urls.py

This file was deleted.

61 changes: 0 additions & 61 deletions apps/contact/views.py

This file was deleted.

13 changes: 0 additions & 13 deletions assets/contact/index.js

This file was deleted.

17 changes: 0 additions & 17 deletions assets/contact/less/contact.less

This file was deleted.

1 change: 0 additions & 1 deletion esbuild.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ let entryPoints = [
{ out: 'articleDetails', in: 'assets/article/details/index.js' },
{ out: 'articleArchive', in: 'assets/article/archive/index.js' },
{ out: 'core', in: 'assets/core/index.js' },
{ out: 'contact', in: 'assets/contact/index.js' },
{ out: 'dashboard', in: 'assets/dashboard/core/index.js' },
{ out: 'dashboardApproval', in: 'assets/dashboard/approval/index.js' },
{ out: 'dashboardArticle', in: 'assets/dashboard/article/index.js' },
Expand Down
1 change: 0 additions & 1 deletion onlineweb4/settings/django.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@
"apps.authentication",
"apps.careeropportunity",
"apps.companyprofile",
"apps.contact",
"apps.dashboard",
"apps.dataporten",
"apps.gallery",
Expand Down
3 changes: 0 additions & 3 deletions onlineweb4/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ def redirect_to_new_wiki(request, path):
re_path(r"^dashboard/company/", include("apps.companyprofile.dashboard.urls")),
]

if "apps.contact" in settings.INSTALLED_APPS:
urlpatterns += [re_path(r"^contact/", include("apps.contact.urls"))]

if "apps.dashboard" in settings.INSTALLED_APPS:
urlpatterns += [
re_path(r"^dashboard/", include("apps.dashboard.urls")),
Expand Down
1 change: 0 additions & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
{% endif %}
</a>
</li>
<li><a href="{% url 'contact_index' %}">Kontakt oss</a></li>
<li class="divider"></li>
<li>
<form action="{% url 'oidc_logout' %}" method="post">
Expand Down
77 changes: 0 additions & 77 deletions templates/contact/index.html

This file was deleted.

0 comments on commit ba10653

Please sign in to comment.