{% extends 'error.html' %}
{% load i18n %}
{% block errormessage %}
{% url libravatar.tools.views.check as check_url %}
{% blocktrans %}An email hash is required. You can use the check tool to generate one.{% endblocktrans %}
{% endblock errormessage %}