also save account id when logging in normally
This commit is contained in:
parent
5f516f71f9
commit
1fd7009e25
1 changed files with 3 additions and 0 deletions
|
@ -156,6 +156,7 @@ pub fn main_page(
|
|||
};
|
||||
|
||||
let template = html! {
|
||||
span style="display: none;" id="account-id" { (acc_id) }
|
||||
.header {
|
||||
div {}
|
||||
.side {
|
||||
|
@ -207,6 +208,8 @@ pub fn main_page(
|
|||
div id="list" hx-get="" hx-trigger="every 10s" hx-swap="innerHTML" hx-target="this" hx-on="changeDates" {
|
||||
(list)
|
||||
}
|
||||
|
||||
script src="/static/scripts/save.js" type="text/javascript" {}
|
||||
};
|
||||
|
||||
if only_list {
|
||||
|
|
Loading…
Add table
Reference in a new issue