Skip to content

Commit

Permalink
change date information check email (#3618)
Browse files Browse the repository at this point in the history
* change date information check email

* Add note to review preferences

---------

Co-authored-by: Dirk Doesburg <[email protected]>
  • Loading branch information
Luukosaurus and DeD1rk authored Aug 1, 2024
1 parent d25c195 commit f10e0d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

<p>We currently have the following information about you in our database.
Via this email we'd like to ask you to check the accuracy of this data.</p>

<p>You may also wish to review some preferences, such as (un)subscribing to the printed version of the Thabloid.</p>

<table style="font-family:Arial; font-size:15px; margin-left:auto; margin-right: auto; padding: 20px; width: 100%;">
<tr>
<td>Username</td>
Expand Down
2 changes: 2 additions & 0 deletions website/members/templates/members/email/information_check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Dear {{ name }},
We currently have the following information about you in our database.
Via this email we'd like to ask you to check the accuracy of this data.

You may also wish to review some preferences, such as (un)subscribing to the printed version of the Thabloid.

Username: {{ username }}
Name: {{ full_name }}
Address:
Expand Down
2 changes: 1 addition & 1 deletion website/thaliawebsite/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def show_toolbar(request):
},
"inforequest": {
"task": "members.tasks.info_request",
"schedule": crontab(minute=0, hour=6, day_of_month=15, month_of_year=10),
"schedule": crontab(minute=0, hour=6, day_of_month=15, month_of_year=2),
},
"expirationannouncement": {
"task": "members.tasks.expiration_announcement",
Expand Down

0 comments on commit f10e0d7

Please sign in to comment.