fix bug: WebApp: pagination: no user
This commit is contained in:
parent
5202449f0a
commit
8c3a392b65
|
@ -363,9 +363,9 @@ std::nullopt_t redirect_to_users(
|
||||||
pages_right.push_back(i);
|
pages_right.push_back(i);
|
||||||
}
|
}
|
||||||
pagination["pages_right"] = pages_right;
|
pagination["pages_right"] = pages_right;
|
||||||
|
context["pagination"] = pagination;
|
||||||
}
|
}
|
||||||
context["users"] = json_users;
|
context["users"] = json_users;
|
||||||
context["pagination"] = pagination;
|
|
||||||
return index("users.html", session_ptr, response, context);
|
return index("users.html", session_ptr, response, context);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue