Skip to content
Snippets Groups Projects
Commit 41b2b4d3 authored by Jonathan Weth's avatar Jonathan Weth :keyboard: Committed by root
Browse files

Merge pull request #220 from Katharineum/feature/informal-notifications

Feature/informal notifications issue #205
parents 08295a70 94e5e3c2
1 merge request!86Merge school-apps
......@@ -2,7 +2,7 @@
<main>
<p>Hallo {{ notification.user.get_full_name }}, <br>
wir haben eine neue Nachricht für Sie:</p>
wir haben eine neue Nachricht für dich:</p>
<blockquote>
<p>{{ notification.description }}</p>
{% if notification.link %}
......@@ -11,5 +11,5 @@
</blockquote>
<p>Von {{ notification.app }} am {{ notification.created_at }}</p>
<i>Ihr SchoolApps-Team</i>
<i>Dein SchoolApps-Team</i>
</main>
\ No newline at end of file
Hallo {{ notification.user.name }},
wir haben eine neue Nachricht für Sie
wir haben eine neue Nachricht für dich:
{{ notification.description }}
......@@ -10,4 +10,4 @@ wir haben eine neue Nachricht für Sie
Von {{ notification.app }} am {{ notification.created_at }}
Ihr SchoolApps-Team
Dein SchoolApps-Team
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment