Skip to content
Snippets Groups Projects
Commit 872112a8 authored by Benjamin - Le Filament's avatar Benjamin - Le Filament
Browse files

[fix] error typo

parent f7dac12f
Branches 12.0
No related tags found
No related merge requests found
...@@ -131,7 +131,7 @@ class ScopAlfrescoAdhesionPartner(models.Model): ...@@ -131,7 +131,7 @@ class ScopAlfrescoAdhesionPartner(models.Model):
errors += "<li>" + madatory_doc.get('name') + "</li>" errors += "<li>" + madatory_doc.get('name') + "</li>"
if errors: if errors:
res = '<hr/><strong>Documents manquants :</strong><u:>' + errors + '</ul>' res = '<hr/><strong>Documents manquants :</strong><ul>' + errors + '</ul>'
return res return res
else: else:
return str() return str()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment