remotes/1693045480750635534/spooky-22
Aevann1 2021-08-30 15:06:22 +02:00
parent 27f6655791
commit ab3e044e8d
3 changed files with 5 additions and 5 deletions

View File

@ -115,8 +115,8 @@ def discord_redirect(v):
if x.status_code in [201, 204]:
#if v.admin_level > 0: add_role(v, "admin")
#else: add_role(v, "newuser")
if v.admin_level > 0: add_role(v, "admin")
else: add_role(v, "newuser")
time.sleep(0.1)

View File

@ -45,7 +45,7 @@
{% if render_replies %}
{% if level<6 %}
{% if level<7 %}
<div id="replies-of-{{c.id}}" class="">
{% set standalone=False %}
{% for reply in replies %}
@ -386,7 +386,7 @@
{% if render_replies %}
{% if level<6 %}
{% if level<7 %}
<div id="replies-of-{{c.id}}">
{% for reply in replies %}
{{single_comment(reply, level=level+1)}}

View File

@ -239,7 +239,7 @@
<div class="body w-lg-100">
<form id="custom-filter" action="/settings/profile" method="post">
<input type="hidden" name="formkey" value="{{v.formkey}}">
<small>Hides matching content from Home, All, and Trending, and collapses matching comments.</small>
<small>Hides matching posts from the frontpage and collapses matching comments.</small>
<div class="input-group mb-2">
<textarea class="form-control rounded" id="filters-text" aria-label="With textarea"
placeholder="Add your own custom content filters."