{% extends 'public_base.html' %} {% load i18n fontawesome_5 static %} {% block body %}

{% fa5_icon 'question-circle' %}400

{% trans 'Request was invalid' %}


{% trans 'There seems to be a problem with the link you opened.' %} {% trans 'Make sure the URL is valid (no whitespaces, properly copied, ...).' %}

{% endblock %}