Skip to content

Commit

Permalink
Small adjustment to mail template after testing #163
Browse files Browse the repository at this point in the history
  • Loading branch information
baszoetekouw committed Sep 7, 2022
1 parent cdd31b2 commit 4b8efb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
9 changes: 4 additions & 5 deletions server/templates/membership_expired_notification.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,14 @@
the user {{ membership.user.name }} of this collaboration
to login again on the services of this collaboration.</p>
</div>
<div>
<p>Message to the collaboration administrators:</p>
<div class="mail-end" style="padding: 30px 0 0 60px;">
<h3>Message to the collaboration administrators:</h3>
<p>Please login and change the suspension date of {{membership.collaboration.name }}
if you want the user {{ membership.user.name }} of this collaboration to
login again on the services of this collaboration.</p>
</div>
<div>
<p class="mail-subtitle" style="font-weight: 300;font-size: 26px;line-height: 30px; margin: 0.6em;">
Click the button below to view this membership .</p>
<div class="mail-end" style="padding: 30px 0 0 60px;">
<p>Click the button below to view this membership.</p>
<a class="button" href="{{ base_url }}/collaborations/{{ membership.collaboration.id }}"
style="border-radius: 4px;color: white;background-color: #0077c8;text-decoration: none;display: inline-block;margin: 15px 0;cursor:pointer;padding: 14px 26px;font-size: 18px;">Login</a>
</div>
Expand Down
5 changes: 2 additions & 3 deletions server/templates/membership_expired_notification.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ Membership for user {{ membership.user.name }} in {{ membership.collaboration.na

{{ salutation }} {{ membership.user.name }},

You are a member of {{ membership.collaboration.name }}, a
collaboration with description
{{ membership.collaboration.description }}
You are a member of {{ membership.collaboration.name }}, a collaboration with description
{{ membership.collaboration.description }}

As scheduled, your membership of this collaboration has ended. This
means you cannot use the services it provides any more. If you think
Expand Down

0 comments on commit 4b8efb0

Please sign in to comment.