Skip to content

Commit

Permalink
updated digest notification template
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostap-Zherebetskyi committed Jan 14, 2025
1 parent e49b64c commit 24c0399
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 24c0399

Please sign in to comment.