pyfedi/app/templates/email/suggested_topic.html
2024-08-07 10:21:00 -04:00

15 lines
No EOL
527 B
HTML

<p style="margin-bottom: 0;"><a href="https://{{ domain }}/"><img src="https://{{ domain }}/static/images/logo2.png" style="max-width: 100%;" width="50" height="50"></a></p>
<p>Hi {{ site_name }} Admin,</p>
<p>The user {{ current_user_name }} has suggested the following new Topic:</p>
<table>
<tr>
<td>Topic Name: </td>
<td>{{ topic_name }}</td>
</tr>
<tr>
<td>Communities: </td>
<td>{{ communities_for_topic }}</td>
</tr>
</table>
<p>Thank you for your time and attention.</p>