This commit is contained in:
Aevann1 2021-10-20 23:06:25 +02:00
parent f8bb7a99be
commit fd655eadec
12 changed files with 105 additions and 31 deletions

View file

@ -64,7 +64,15 @@ if site_name == "Drama":
"icon": "fas fa-train",
"color": "text-pink",
"price": 500
}
},
"pin": {
"kind": "pin",
"title": "1-Hour Pin",
"description": "Pins the post.",
"icon": "fas fa-thumbtack",
"color": "text-warning",
"price": 750
},
}
else:
AWARDS = {
@ -91,7 +99,15 @@ else:
"icon": "fas fa-train",
"color": "text-pink",
"price": 500
}
},
"pin": {
"kind": "pin",
"title": "1-Hour Pin",
"description": "Pins the post.",
"icon": "fas fa-thumbtack",
"color": "text-warning",
"price": 750
},
}
class User(Base):