From c12d80242535d13a7c7f40aa56c52141f23d26c0 Mon Sep 17 00:00:00 2001 From: Cory Francis Myers Date: Tue, 2 Nov 2021 18:02:16 -0700 Subject: [PATCH] first pass through "/" In #6041 we added the "aria-label" attribute in the "render_kw" dictionary passed to each wtforms.fields.Field. Here we add them these attributes directly to the raw INPUT elements. --- securedrop/journalist_templates/base.html | 16 +++++++++------- securedrop/journalist_templates/login.html | 10 +++++----- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/securedrop/journalist_templates/base.html b/securedrop/journalist_templates/base.html index d889f50bce7..7d9ef78a5b4 100644 --- a/securedrop/journalist_templates/base.html +++ b/securedrop/journalist_templates/base.html @@ -19,25 +19,27 @@ {% if g.user %} -
+
+ + {# FIXME
+ #} {% endif %}
{% block header %} - + {% endblock %} -
+
{% include 'flashed.html' %}
@@ -46,7 +48,7 @@ {% block body %}{% endblock %}
-
+ {% block footer %}