summaryrefslogtreecommitdiff
path: root/djangoproject/templates/aggregator/denied.html
blob: fa643f5da369b42631040ed47185b58fd57b9986 (plain)
1
2
3
4
5
6
7
8
{% extends "base_community.html" %}
{% load i18n %}

{% block content %}
    <h1>{% translate "Community" %}</h1>

    <h2>{% translate "Sorry, you can't do that." %}</h2>
{% endblock content %}