remotes/1693045480750635534/spooky-22
Aevann1 2022-03-21 22:21:22 +02:00
parent c90792d663
commit 5d8dde0ff9
6 changed files with 6 additions and 16 deletions

View File

@ -76,7 +76,6 @@ SLURS = {
"sheeny": "Israeli friend",
"sheenies": "Israeli friends",
"hymie": "Israeli friend",
"god": "Allah (SWT)",
"allah": "Allah (SWT)",
"mohammad": "Prophet Mohammad (PBUH)",
"muhammad": "Prophet Mohammad (PBUH)",

View File

@ -177,9 +177,9 @@ def front_all(v, sub=None, subdomain=None):
try: lt=int(request.values.get("utc_less_than", 0))
except: lt=0
if SITE_NAME == 'Drama': defaultsubs = 1
else: defaultsubs = 2
subs = v.subs if v else defaultsubs
if v: subs = v.subs
elif SITE_NAME == 'Drama': subs = 1
else: subs = 2
ids, next_exists = frontlist(sort=sort,
page=page,

View File

@ -1,4 +1,4 @@
<script src="/static/assets/js/award_modal.js?v=244"></script>
<script src="/static/assets/js/award_modal.js?v=245"></script>
<div class="modal fade" id="awardModal" tabindex="-1" role="dialog" aria-labelledby="awardModalTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-scrollable modal-dialog-centered awardmodal my-5" role="document">
<div class="modal-content">

View File

@ -233,7 +233,7 @@
<img alt="/h/{{sub.name}} banner" role="button" data-bs-toggle="modal" data-bs-target="#expandImageModal" onclick="expandDesktopImage('{{sub.banner_url}}')" loading="lazy" src="{{sub.banner_url}}" width=100% style="object-fit:cover;max-height:25vw">
{% elif SITE_NAME == 'Drama' %}
{% set path = "assets/images/" + SITE_NAME + "/banners" %}
{% set image = "/static/" + path + "/" + listdir('files/' + path)|random() + '?v=22' %}
{% set image = "/static/" + path + "/" + listdir('files/' + path)|random() + '?v=23' %}
<a href="https://secure.transequality.org/site/Donation2?df_id=1480">
<img alt="site banner" src="{{image}}" width="100%">

View File

@ -11,15 +11,6 @@
<h1 class="h2">{{application.app_name}}</h1>
<p class="mb-md-5">wants to access your @{{v.username}} account.</p>
<p>It will be able to:</p>
<ul>
{% for scope in scopes %}
<li>{{SCOPES[scope]}}</li>
{% endfor %}
{% if permanent %}
<li>Maintain this access indefinitely, or until you revoke it</li>
{% endif %}
</ul>
<p class="mb-md-5">It will not be able to see your password, or change your account settings.</p>

View File

@ -4,7 +4,7 @@
{% set image=sub.sidebar_url %}
{% else %}
{% set path = "assets/images/" + SITE_NAME + "/sidebar" %}
{% set image = "/static/" + path + "/" + listdir('files/' + path)|random() + '?v=35' %}
{% set image = "/static/" + path + "/" + listdir('files/' + path)|random() + '?v=36' %}
{% endif %}
<img class="mb-4" alt="sidebar image" role="button" data-bs-toggle="modal" data-bs-target="#expandImageModal" onclick="expandDesktopImage('{{image}}')" loading="lazy" src="{{image}}" width=100%>