TabbycatDebate/tabbycat

View on GitHub
tabbycat/templates/admin/delete_protected_message.html

Summary

Maintainability
Test Coverage
{% load i18n %}
{% if protected %}
<p style="margin-top: 10px">
  {% blocktrans trimmed %}
  You need to delete the above objects first.
  {% endblocktrans %}
</p>
{% endif %}