浏览代码

verifiche allineamente utente edit profile

mauro 1 月之前
父节点
当前提交
b4a89a6854
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      utente/templates/utente.edit.profile.html

+ 1 - 2
utente/templates/utente.edit.profile.html

@@ -1,6 +1,5 @@
 <div class="tab-pane fade active show" id="profile-pane" role="tabpanel" aria-labelledby="profile-tab" tabindex="0">
 
-
   <!-- errori utente -->
   {% if utente.errors %}
     {{ utente.errors }}
@@ -149,7 +148,7 @@
       </div>
     </div>
   </div>
-</div>
+  </div>
 
 </div>