mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
7 lines
188 B
HTML
7 lines
188 B
HTML
<template name="notification_post_approved">
|
|
<p>
|
|
{{_ "your_post"}}
|
|
<a href="{{postUrl}}" class="action-link">{{postTitle}}</a>
|
|
{{_ "has_been_approved"}}
|
|
</p>
|
|
</template>
|