mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-28 16:43:19 +08:00
12 lines
268 B
HTML
Vendored
12 lines
268 B
HTML
Vendored
{% extends "base.html" %}
|
|
{% load url from future %}
|
|
{% load i18n %}
|
|
|
|
{% block content %}
|
|
|
|
<p>{% blocktrans %}Thanks for using Weblate!{% endblocktrans %}</p>
|
|
|
|
<p><a href="{% url 'django.contrib.auth.views.login' %}">{% trans "Login again" %}</a></p>
|
|
|
|
{% endblock %}
|
|
|