forked from MarseyWorld/MarseyWorld
sneed
parent
e4bde1c5c3
commit
d0613bf316
|
@ -190,7 +190,7 @@ def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, filter_words='
|
|||
@auth_desired
|
||||
def front_all(v):
|
||||
|
||||
#return "sry upgrading server to handle the large traffic increase\n\nin the meantime, u can go outside or something idk"
|
||||
return "sry upgrading server to handle the large traffic increase\n\nin the meantime, u can go outside or something idk"
|
||||
|
||||
if v and v.is_banned and not v.unban_utc: return render_template("seized.html")
|
||||
|
||||
|
|
|
@ -378,7 +378,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
<!-- <div class="body d-lg-flex border-bottom">
|
||||
<div class="body d-lg-flex border-bottom">
|
||||
|
||||
<label for="bio" class="text-black w-lg-25">Profile Anthem</label>
|
||||
|
||||
|
@ -395,7 +395,7 @@
|
|||
</form>
|
||||
</div>
|
||||
|
||||
</div> -->
|
||||
</div>
|
||||
|
||||
<div class="body d-lg-flex border-bottom">
|
||||
|
||||
|
|
Loading…
Reference in New Issue