From 4856f608474f07848e3aa8eac0a5052454110fd0 Mon Sep 17 00:00:00 2001
From: hellodeloo
Date: Thu, 22 Aug 2024 17:52:06 +0200
Subject: [PATCH] fix: ic account btn ui
---
itou/templates/dashboard/edit_user_info.html | 45 +++---
.../__snapshots__/test_edit_user_info.ambr | 140 +++++++++---------
2 files changed, 92 insertions(+), 93 deletions(-)
diff --git a/itou/templates/dashboard/edit_user_info.html b/itou/templates/dashboard/edit_user_info.html
index d07bab4492..29f020e001 100644
--- a/itou/templates/dashboard/edit_user_info.html
+++ b/itou/templates/dashboard/edit_user_info.html
@@ -36,18 +36,16 @@ Informations personnelles
Informations manquantes
Une ou plusieurs informations de votre profil sont nécessaires pour utiliser votre espace candidat.
-
- Les champs suivants ne sont pas renseignés :
-
- {% for field in form %}
- {% if field.field.required and not field.value or field.name == 'phone' and not field.value %}
- -
- {{ field.label }}
-
- {% endif %}
- {% endfor %}
-
-
+ Les champs suivants ne sont pas renseignés :
+
+ {% for field in form %}
+ {% if field.field.required and not field.value or field.name == 'phone' and not field.value %}
+ -
+ {{ field.label }}
+
+ {% endif %}
+ {% endfor %}
+
@@ -58,15 +56,20 @@ Informations personnelles