Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
gardentronic-django-comments-xtd / templates / django_comments_xtd / email_confirmation_request.html
Size: Mime:
<p>{{ comment.user_name }},</p>

<p>You or someone in behalf of you have requested to post a comment into this page:<br/>
<a href="http://{{ site.domain }}{{ comment.content_object.get_absolute_url }}">http://{{ site.domain }}{{ comment.content_object.get_absolute_url }}</a>
</p>

<p>The comment:<br/>
<i>{{ comment.comment }}</i>
<hr/>

<p>If you do not wish to post the comment, please ignore this message or report an incident to {{ contact }}. Otherwise click on the link below to confirm the comment.</p>

<p><a href="http://{{ site.domain }}{{ confirmation_url }}">http://{{ site.domain }}{{ confirmation_url|slice:":40" }}...</a></p>

<p>If clicking does not work, you can also copy and paste the address into your browser's address window.</p>

<p>Thanks for your comment!<br/>
--<br/>
Kind regards,<br/>
{{ site }}</p>