forked from MarseyWorld/MarseyWorld
disallow ppl blacklisted from restricted holes from seeing DONATE_SERVICE link
parent
b025b13cf0
commit
b61b6365d7
|
@ -5,7 +5,7 @@
|
||||||
<div class="overflow-x-auto">
|
<div class="overflow-x-auto">
|
||||||
<table class="table table-striped mb-5">
|
<table class="table table-striped mb-5">
|
||||||
<tbody>
|
<tbody>
|
||||||
{% if DONATE_SERVICE != DEFAULT_CONFIG_VALUE and v and v.truescore >= TRUESCORE_MINIMUM and not v.shadowbanned and not v.is_permabanned and v.chud != 1 %}
|
{% if DONATE_SERVICE != DEFAULT_CONFIG_VALUE and v and v.can_see_countryclub and v.chud != 1 %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{DONATE_SERVICE}}</td>
|
<td>{{DONATE_SERVICE}}</td>
|
||||||
<td><a rel="nofollow noopener" href="{{DONATE_LINK}}">{{DONATE_LINK}}</a></td>
|
<td><a rel="nofollow noopener" href="{{DONATE_LINK}}">{{DONATE_LINK}}</a></td>
|
||||||
|
|
Loading…
Reference in New Issue