Skip to content
Snippets Groups Projects
Commit acf0c710 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

fix validation disabling attribute

parent d325bd4b
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
</div>
<div class="actions clearfix">
<button type="submit" class="button" name="action" value="select_email" novalidate>[% lh.maketext("Previous") %]</button>
<button type="submit" class="button" name="action" value="select_email" formnovalidate>[% lh.maketext("Previous") %]</button>
<button type="submit" class="button" name="action" value="create_accounts">[% lh.maketext("Next") %]</button>
</div>
</form>
......
......@@ -29,7 +29,7 @@
</div>
<div class="actions clearfix">
<button type="submit" class="button" name="action" value="select_federation" novalidate>[% lh.maketext("Previous") %]</button>
<button type="submit" class="button" name="action" value="select_federation" formnovalidate>[% lh.maketext("Previous") %]</button>
<button type="submit" class="button" name="action" value="select_email">[% lh.maketext("Next") %]</button>
</div>
</form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment