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 "comments/base.html" %}
{% load i18n %}

{% block title %}{% trans "Comment discarded" %}.{% endblock %}

{% block content %}
  <h1>{% trans "Comment automatically discarded" %}</h1>
  <p>{% trans "Sorry, your comment has been automatically discarded" %}.</p>
{% endblock %}