Skip to content

Commit

Permalink
Correct email templates url
Browse files Browse the repository at this point in the history
Fixes: #36
  • Loading branch information
moshthepitt committed Sep 2, 2020
1 parent c98f962 commit 1d04acd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{ object.content_object.duration.days }} days of {{ object.content_object.get_leave_type_display}}<br />
{{ object.content_object.start|date:"D, d M Y" }} - {{ object.content_object.end|date:"D, d M Y" }}<br />
Available Balance: {{ object.content_object.staff.get_available_leave_days|floatformat:2 }} days<br /><br />
Please log in to process the above: http://{{SITE.name}}/reviews/{{ object.pk }}
Please log in to process the above: http://{{SITE.domain}}/reviews/{{ object.pk }}
<br/><br/>
Thank you,<br/>
{{SITE.name}}<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{{ object.content_object.start|date:"D, d M Y" }} - {{ object.content_object.end|date:"D, d M Y" }}
Available Balance: {{ object.content_object.staff.get_available_leave_days|floatformat:2 }} days

Please log in to process the above: http://{{SITE.name}}/reviews/{{ object.pk }}
Please log in to process the above: http://{{SITE.domain}}/reviews/{{ object.pk }}

Thank you,

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% load small_small_hr %}{{ object.content_object.staff.get_name }} requested overtime:<br /><br />
{{ object.content_object.duration|overtime_duration }} on {{ object.content_object.date|date:"D, d M Y" }}<br />
{{ object.content_object.start|date:"P" }} - {{ object.content_object.end|date:"P" }}<br /><br />
Please log in to process the above: http://{{SITE.name}}/reviews/{{ object.pk }}
Please log in to process the above: http://{{SITE.domain}}/reviews/{{ object.pk }}
<br/><br/>
Thank you,<br/>
{{SITE.name}}<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{ object.content_object.duration|overtime_duration }} on {{ object.content_object.date|date:"D, d M Y" }}
{{ object.content_object.start|date:"P" }} - {{ object.content_object.end|date:"P" }}

Please log in to process the above: http://{{SITE.name}}/reviews/{{ object.pk }}
Please log in to process the above: http://{{SITE.domain}}/reviews/{{ object.pk }}

Thank you,

Expand Down

0 comments on commit 1d04acd

Please sign in to comment.