Projet

Général

Profil

0001-toodego-show-continue-link-if-messages-contains-warn.patch

Benjamin Dauvergne, 15 décembre 2022 18:17

Télécharger (1,08 ko)

Voir les différences:

Subject: [PATCH] toodego: show continue link if messages contains warnings or
 errors (#72519)

 .../toodego/authentic2/display_message_and_continue.html        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
templates/variants/toodego/authentic2/display_message_and_continue.html
2 2
{% load i18n %}
3 3

  
4 4
{% block content %}
5
  <div class="a2-continue" id="a2-continue-container" style="display: none">
5
  <div class="a2-continue" id="a2-continue-container" {% if not only_info %}style="display: none"{% endif %}>
6 6
    <a id="a2-continue" href="{{ url }}" style="display: none">{% trans "Continue" %}</a>
7 7
  </div>
8 8
  {% if only_info %}
9
-