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 %}