diff --git a/app/templates/pn/form_mods.html b/app/templates/pn/form_mods.html
index 2be3cfe2..10927bc8 100644
--- a/app/templates/pn/form_mods.html
+++ b/app/templates/pn/form_mods.html
@@ -65,6 +65,13 @@
{% endfor %}
+ {% if mod.ue.type != 0 and mod.module_type != 0 %}
+
+ type incompatible avec son UE de rattachement !
+
+ {% endif %}
+
diff --git a/app/templates/pn/form_ues.html b/app/templates/pn/form_ues.html
index 350d12d8..0cd3e333 100644
--- a/app/templates/pn/form_ues.html
+++ b/app/templates/pn/form_ues.html
@@ -48,6 +48,9 @@
}}">modifier
{% endif %}
+ {% if ue.type == 1 and ue.modules.count() == 0 %}
+ aucun module rattaché !
+ {% endif %}
{% endfor %}