mirror of
https://github.com/Relintai/mourne_rcpp_fw.git
synced 2024-11-13 05:57:21 +01:00
Added register link to the login page.
This commit is contained in:
parent
5b31cb7df8
commit
fd37c75c47
@ -26,7 +26,6 @@ void MourneUserController::render_login_request_default(Request *request, LoginR
|
||||
|
||||
b.div()->cls("login");
|
||||
{
|
||||
|
||||
//todo href path helper
|
||||
b.form()->method("POST")->href("/user/login");
|
||||
{
|
||||
@ -46,6 +45,10 @@ void MourneUserController::render_login_request_default(Request *request, LoginR
|
||||
b.cinput();
|
||||
}
|
||||
b.cform();
|
||||
|
||||
b.a()->href("/user/register");
|
||||
b.w("Register");
|
||||
b.ca();
|
||||
}
|
||||
b.cdiv();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user