diff --git a/html/registration/logged_out.html b/html/registration/logged_out.html new file mode 100644 index 000000000..d63e33a3e --- /dev/null +++ b/html/registration/logged_out.html @@ -0,0 +1,12 @@ +{% extends "base.html" %} +{% load url from future %} +{% load i18n %} + +{% block content %} + +

{% blocktrans %}Thanks for using Weblate!{% endblocktrans %}

+ +

{% trans "Login again" %}

+ +{% endblock %} +