Various small bug fixes, break out pagination for cards into its own mixin and templatetag
This commit is contained in:
parent
05a279fa3a
commit
138a929da6
17 changed files with 225 additions and 136 deletions
|
|
@ -58,5 +58,25 @@
|
|||
"created_at": "2025-03-13T04:52:29.166Z",
|
||||
"updated_at": "2025-03-13T04:52:29.166Z"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "account.emailaddress",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"user": 1,
|
||||
"email": "rob@badblocks.email",
|
||||
"verified": true,
|
||||
"primary": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "account.emailaddress",
|
||||
"pk": 2,
|
||||
"fields": {
|
||||
"user": 2,
|
||||
"email": "nathanward2016@gmail.com",
|
||||
"verified": true,
|
||||
"primary": true
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue