{% extends "misago/base.html" %} {% load i18n %} {% block title %}{% trans "Wrong way" %} | {{ block.super }}{% endblock %} {% block meta_description %}{% trans "This page should be reached via form submission or pressing button." %}{% endblock meta_description %} {% block content %}

{% trans "Page reached in wrong way." %}

{% trans "This page should be reached via form submission or pressing button." %}

{% endblock content %}