User contact modal

* adds user/includes/contact_modal_button.html for calling contact data of a user
* adds user contact modal to intervention detail view
* adds translations
This commit is contained in:
mipel
2021-08-02 14:10:57 +02:00
parent 6e2ee15b93
commit c72ff615ba
7 changed files with 205 additions and 90 deletions

View File

@@ -13,4 +13,6 @@ app_name = "user"
urlpatterns = [
path("", index_view, name="index"),
path("notifications/", notifications_view, name="notifications"),
path("contact/<id>", contact_view, name="contact"),
]