Skip to content

Commit

Permalink
Merge pull request #10918 from Ostap-Zherebetskyi/website_notifications
Browse files Browse the repository at this point in the history
[ENG-6870] Fix digest notification template
  • Loading branch information
cslzchen authored Jan 14, 2025
2 parents e49b64c + 24c0399 commit 87b3059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/templates/emails/digest.html.mako
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<th colspan="2" style="padding: 0px 15px 0px 15px;">
<h3 style="padding: 0 15px 5px 15px; margin: 30px 0 0 0;border: none;list-style: none;font-weight: 300; border-bottom: 1px solid #eee; text-align: left;">
<% from osf.models import Guid %>
${Guid.objects.get(_id=key).referent.title}
${Guid.load(key).referent.title}
%if parent :
<small style="font-size: 14px;color: #999;"> in ${Guid.objects.get(_id=parent).referent.title}</small>
%endif
Expand Down

0 comments on commit 87b3059

Please sign in to comment.