mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-08 01:48:33 +08:00
signup
This commit is contained in:
parent
56563439b6
commit
d45b1022d6
@ -21,7 +21,7 @@
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<form action="<@base />/registration/activate/${model.id}" method="post">
|
||||
<form action="<@base />/signup/activate/${model.id}" method="post">
|
||||
<table class="datatable">
|
||||
<tr>
|
||||
<td><@locale code="register.lastname"/></td>
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
<div class="col-md-2"></div>
|
||||
<div class="col-md-8">
|
||||
<form id="actionForm"
|
||||
action="<@base/>/register/registeron"
|
||||
action="<@base/>/signup/registeron"
|
||||
forward="<@base/>/login"
|
||||
method="post" class="needs-validation" novalidate>
|
||||
<table class="table table-bordered">
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
<div class="col-md-2"></div>
|
||||
<div class="col-md-8">
|
||||
<form id="actionForm"
|
||||
action="<@base/>/register/register"
|
||||
action="<@base/>/signup/register"
|
||||
forward="<@base/>/login"
|
||||
method="post" class="needs-validation" novalidate>
|
||||
<table class="table table-bordered">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user