fddf
This commit is contained in:
parent
24edac00de
commit
e51d3ee164
2 changed files with 9 additions and 2 deletions
|
@ -20,7 +20,7 @@ ROLES={
|
||||||
"3": "869434199575236649",
|
"3": "869434199575236649",
|
||||||
"4": "868140288013664296",
|
"4": "868140288013664296",
|
||||||
"5": "880445545771044884",
|
"5": "880445545771044884",
|
||||||
"8": "868140288013664296",
|
"8": "880445545771044884",
|
||||||
}
|
}
|
||||||
|
|
||||||
def discord_wrap(f):
|
def discord_wrap(f):
|
||||||
|
|
|
@ -158,6 +158,7 @@
|
||||||
<span id="profile-coins-amount">{{u.coins}}</span> {{"COINS_NAME" | app_config}} {% if u.stored_subscriber_count >=1 and not u.is_nofollow %}<a href="/@{{u.username}}/followers">{{u.stored_subscriber_count}} follower{{'s' if u.stored_subscriber_count != 1 else ''}}</a> {% endif %}joined <span data-toggle="tooltip" data-placement="bottom" title="" data-original-title="{{u.created_datetime}}">{{u.created_date}}</span>
|
<span id="profile-coins-amount">{{u.coins}}</span> {{"COINS_NAME" | app_config}} {% if u.stored_subscriber_count >=1 and not u.is_nofollow %}<a href="/@{{u.username}}/followers">{{u.stored_subscriber_count}} follower{{'s' if u.stored_subscriber_count != 1 else ''}}</a> {% endif %}joined <span data-toggle="tooltip" data-placement="bottom" title="" data-original-title="{{u.created_datetime}}">{{u.created_date}}</span>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
{% if "pcm" in request.host %}<p class="text-muted">Based Count: {{u.basecount}}</p>{% endif %}
|
||||||
{% if u.bio_html %}
|
{% if u.bio_html %}
|
||||||
<pre></pre>
|
<pre></pre>
|
||||||
<div class="text-muted font-weight-bolder">{{u.bio_html | safe}}</div>
|
<div class="text-muted font-weight-bolder">{{u.bio_html | safe}}</div>
|
||||||
|
@ -397,7 +398,13 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if u.customtitle %}<p style="color: #{{u.titlecolor}}">{% if u.quadrant %}<img loading="lazy" height="20" src="/assets/images/PCM/quadrants/{{u.quadrant}}.gif">{% endif %}{{u.customtitle | safe}}</p>{% endif %}
|
{% if u.customtitle %}<p style="color: #{{u.titlecolor}}">{% if u.quadrant %}<img loading="lazy" height="20" src="/assets/images/PCM/quadrants/{{u.quadrant}}.gif">{% endif %}{{u.customtitle | safe}}</p>{% endif %}
|
||||||
<div class="font-weight-normal">
|
<div class="font-weight-normal">
|
||||||
<span id="profile-coins-amount-mobile" class="font-weight-bold">{{u.coins}}</span> {{"COINS_NAME" | app_config}} {% if u.stored_subscriber_count >=1 and not u.is_nofollow %}<a href="/@{{u.username}}/followers" class="font-weight-bold">{{u.stored_subscriber_count}} follower{{'s' if u.stored_subscriber_count != 1 else ''}}</a> {% endif %}<br>joined <span data-toggle="tooltip" data-placement="bottom" title="" data-original-title="{{u.created_datetime}}" class="font-weight-bold">{{u.created_date}}</span>
|
<span id="profile-coins-amount-mobile" class="font-weight-bold">{{u.coins}}</span> {{"COINS_NAME" | app_config}} {% if u.stored_subscriber_count >=1 and not u.is_nofollow %}<a href="/@{{u.username}}/followers" class="font-weight-bold">{{u.stored_subscriber_count}} follower{{'s' if u.stored_subscriber_count != 1 else ''}}</a> {% endif %}
|
||||||
|
|
||||||
|
{% if "pcm" in request.host %}
|
||||||
|
<br>Based count: {{u.basedcount}}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
<br>joined <span data-toggle="tooltip" data-placement="bottom" title="" data-original-title="{{u.created_datetime}}" class="font-weight-bold">{{u.created_date}}</span>
|
||||||
</div>
|
</div>
|
||||||
{% if u.bio_html %}
|
{% if u.bio_html %}
|
||||||
<p class="text-muted text-break">{{u.bio_html | safe}}</p>
|
<p class="text-muted text-break">{{u.bio_html | safe}}</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue