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    
Size: Mime:
{% extends "django_comments_xtd/base.html" %}
{% load i18n %}

{% block title %}{% trans "Comment thread muted" %}.{% endblock %}

{% block content %}
<h4 class="text-center">{% trans "Comment thread has been muted" %}</h4>
<p>
  {% trans "You will no longer receive email notifications for comments sent to" %} <a href="{{ content_object.get_absolute_url }}">{{ content_object }}</a>
</p>
{% endblock %}