This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
lesechos/theme-authentic2/templates/authentic2/display_message_and_continu...

7 lines
143 B
HTML

{% extends "authentic2/base-page.html" %}
{% load i18n %}
{% block content %}
<a href="{{ url }}">{% trans "Continue" %}</a>
{% endblock %}