Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Nov 16, 2017
2 parents f94848b + fa6aa6f commit c5d627c
Showing 1 changed file with 12 additions and 11 deletions.
Expand Up @@ -49,19 +49,20 @@

<div wicket:id="csrfField"/>

<!--<input type="hidden" name="${_csrf.parameterName}" value="${_csrf.token}"/>-->
<wicket:link>
<a class="btn" role="button" href="forgetpassword" wicket:id="forgetpassword">
<wicket:message key="PageLogin.forgetPassword"/>
</a>
</wicket:link>

<input type="submit" class="btn btn-primary pull-right" wicket:message="value:PageLogin.signIn"/>
<div class="pull-right">
<a class="btn btn-default" role="button" wicket:id="selfRegistration">
<wicket:message key="PageLogin.selfRegistration"/>
</a>

<input type="submit" class="btn btn-primary" wicket:message="value:PageLogin.signIn"/>
</div>
</form>

<wicket:link>
<a class="btn" href="forgetpassword" wicket:id="forgetpassword">
<wicket:message key="PageLogin.forgetPassword"/>
</a>
</wicket:link>
<a class="btn btn-default pull-right" style="margin-right: 5px;" wicket:id="selfRegistration">
<wicket:message key="PageLogin.selfRegistration"/>
</a>
</div>
</div>
</div>
Expand Down

0 comments on commit c5d627c

Please sign in to comment.