diff --git a/templates/web/renater/step1.html.tt2 b/templates/web/renater/step1.html.tt2 index 37f01a660ef0a812a63f3877f24f0978a6aca8fd..dc46ca310c611c2d0ec0c9b6460315a348e4452e 100644 --- a/templates/web/renater/step1.html.tt2 +++ b/templates/web/renater/step1.html.tt2 @@ -225,6 +225,7 @@ $( document ).ready(function() { $("#self").combobox(); [% END %] $("#renater").combobox(); + $("#qualif").combobox(); $("#test").combobox(); $.validator.messages.required = "[% c.loc("This information is required") %]";