fsd
This commit is contained in:
parent
12bcccf8f7
commit
8aa3e8ff2a
3 changed files with 3 additions and 3 deletions
|
@ -213,7 +213,7 @@ const EMOJIS_STRINGS = [
|
||||||
"marseyandmarcus": {"author":"unknown", "tags":"bed sleeping cuddling cuddle marseyismywaifu"},
|
"marseyandmarcus": {"author":"unknown", "tags":"bed sleeping cuddling cuddle marseyismywaifu"},
|
||||||
"marseyanime": {"author":"altaccountumbreon", "tags":"sayian weeb"},
|
"marseyanime": {"author":"altaccountumbreon", "tags":"sayian weeb"},
|
||||||
"marseyannoyed": {"author":"jellyfishjam", "tags":"pissed irritation reaction annoyance angry mad irritated stfu grr"},
|
"marseyannoyed": {"author":"jellyfishjam", "tags":"pissed irritation reaction annoyance angry mad irritated stfu grr"},
|
||||||
"marseyanticarp": {"author":"unknown", "tags":"reaction fish carpathianflorist"},
|
"marseyanticarp": {"author":"uraniumdonger", "tags":"reaction fish carpathianflorist"},
|
||||||
"marseyantiwork": {"author":"chiobu", "tags":"lazy laze bum unemployed animated"},
|
"marseyantiwork": {"author":"chiobu", "tags":"lazy laze bum unemployed animated"},
|
||||||
"marseyaoc": {"author":"altaccountumbreon", "tags":"latina latino hispanic cortez mexican puerto rican ocasio congress alexandria"},
|
"marseyaoc": {"author":"altaccountumbreon", "tags":"latina latino hispanic cortez mexican puerto rican ocasio congress alexandria"},
|
||||||
"marseyargentina": {"author":"killthekaiser", "tags":"south america argentinian sudamericano"},
|
"marseyargentina": {"author":"killthekaiser", "tags":"south america argentinian sudamericano"},
|
||||||
|
|
|
@ -42,7 +42,7 @@ def participation_stats(v):
|
||||||
day = now - 86400
|
day = now - 86400
|
||||||
|
|
||||||
data = {"marseys": len(marseys),
|
data = {"marseys": len(marseys),
|
||||||
"valid_users": g.db.query(User.id).count(),
|
"users": g.db.query(User.id).count(),
|
||||||
"private_users": g.db.query(User.id).filter_by(is_private=True).count(),
|
"private_users": g.db.query(User.id).filter_by(is_private=True).count(),
|
||||||
"banned_users": g.db.query(User.id).filter(User.is_banned > 0).count(),
|
"banned_users": g.db.query(User.id).filter(User.is_banned > 0).count(),
|
||||||
"verified_email_users": g.db.query(User.id).filter_by(is_activated=True).count(),
|
"verified_email_users": g.db.query(User.id).filter_by(is_activated=True).count(),
|
||||||
|
|
|
@ -80,7 +80,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="/static/assets/js/emoji_modal.js?a=18"></script>
|
<script src="/static/assets/js/emoji_modal.js?a=19"></script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
a.emojitab {
|
a.emojitab {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue