Skip to content

Commit

Permalink
self registration fixing (error page occurred after registration is f…
Browse files Browse the repository at this point in the history
…inished, found by schrodinger test)
  • Loading branch information
KaterynaHonchar committed Mar 15, 2023
1 parent 2ee9dca commit af3a172
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2010-2013 Evolveum
~
~ This work is dual-licensed under the Apache License 2.0
~ and European Union Public License. See LICENSE file for details.
-->

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html xmlns:wicket="http://wicket.apache.org">
<wicket:extend>
<form wicket:id="mainForm">
<div wicket:id="contentArea"></div>
</form>
<wicket:child/>
</wicket:extend>

</html>
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@
<h1>midPoint</h1>
</div>
<div class="card-body">

<form wicket:id="mainForm">
<div wicket:id="contentArea"></div>
</form>
<wicket:child />
</div>
<div class="card-footer login-footer" wicket:id="footerContainer">
<span class="pull-right hidden-xs" wicket:id="version">
Expand All @@ -36,7 +33,6 @@ <h1>midPoint</h1>

<div class="mt-3" wicket:id="locale"/>

<wicket:child />
</wicket:extend>

</html>

0 comments on commit af3a172

Please sign in to comment.