diff --git a/templates/authentic2/display_message_and_continue.html b/templates/authentic2/display_message_and_continue.html deleted file mode 100644 index 5fb690c8..00000000 --- a/templates/authentic2/display_message_and_continue.html +++ /dev/null @@ -1,15 +0,0 @@ -{% extends "authentic2/base.html" %} -{% load i18n %} - -{% block content %} -
- {% trans "Continue" %} -
- {% if only_info %} - - {% endif %} -{% endblock %} diff --git a/templates/variants/toodego/authentic2/display_message_and_continue.html b/templates/variants/toodego/authentic2/display_message_and_continue.html deleted file mode 100644 index 3a78f1a4..00000000 --- a/templates/variants/toodego/authentic2/display_message_and_continue.html +++ /dev/null @@ -1,20 +0,0 @@ -{% extends "authentic2/base.html" %} -{% load i18n %} - -{% block content %} - - {% if only_info %} - - {% endif %} -{% endblock %}