forked from MarseyWorld/MarseyWorld
gdf
parent
37cb085138
commit
ebba5fd9b3
|
@ -169,7 +169,7 @@
|
|||
<a class="dropdown-item" rel="nofollow noopener noreferrer" href="/report_bugs"><i class="fas fa-bug fa-fw mr-3"></i>Bugs/Suggestions</a>
|
||||
{% endif %}
|
||||
|
||||
{% if request.host not in ('pcmemes.net','watchpeopledie.co') %}
|
||||
{% if SITE_NAME == 'rDrama' %}
|
||||
<a class="dropdown-item" href="/discord"><i class="fab fa-discord fa-fw mr-3"></i>Discord</a>
|
||||
{% endif %}
|
||||
{% if SITE_NAME != 'Cringetopia' %}
|
||||
|
@ -225,7 +225,7 @@
|
|||
|
||||
<a class="nav-item nav-link" rel="nofollow noopener noreferrer" href="https://github.com/Aevann1/rDrama"><i class="fab fa-github fa-fw mr-3"></i>Source code</a>
|
||||
|
||||
{% if request.host not in ('pcmemes.net','watchpeopledie.co') %}
|
||||
{% if SITE_NAME == 'rDrama' %}
|
||||
<a class="nav-item nav-link" href="/discord"><i class="fab fa-discord fa-fw mr-3"></i>Discord</a>
|
||||
{% endif %}
|
||||
{% if SITE_NAME != 'Cringetopia' %}
|
||||
|
|
|
@ -310,7 +310,7 @@
|
|||
</div>
|
||||
|
||||
|
||||
{% if request.host not in ('pcmemes.net','watchpeopledie.co') %}
|
||||
{% if SITE_NAME == 'rDrama' %}
|
||||
<h2 class="h5" name="referral">Linked Accounts</h2>
|
||||
|
||||
<p class="text-small text-muted">Manage your connections to other services.</p>
|
||||
|
|
Loading…
Reference in New Issue