hobo/hobo/templates/403.html

9 lines
159 B
HTML

{% extends "hobo/base.html" %}
{% load i18n %}
{% block content %}
<h4>
{% trans "You have no permission to access this page" %}
</h4>
{% endblock %}