forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-07-28 06:54:21 +02:00
parent 075db72229
commit aa7fb32d04
2 changed files with 82 additions and 81 deletions

View File

@ -239,7 +239,7 @@
<p>Alts:</p>
<ul>
{% for account in u.alts %}
<li><a href="{{account.permalink}}">@{{account.username}}</a>{% if account._is_manual %} [m]{% endif %}</li>
<li><a href="{{account.url}}">@{{account.username}}</a>{% if account._is_manual %} [m]{% endif %}</li>
{% endfor %}
</ul>
{% endif %}
@ -418,7 +418,7 @@
<p>Alts:</p>
<ul>
{% for account in u.alts %}
<li><a href="{{account.permalink}}">@{{account.username}}</a>{% if account._is_manual %} [m]{% endif %}</li>
<li><a href="{{account.url}}">@{{account.username}}</a>{% if account._is_manual %} [m]{% endif %}</li>
{% endfor %}
</ul>
{% endif %}
@ -456,8 +456,8 @@
</div>
</div>
<div class="d-flex justify-content-between align-items-center" style="padding-top:10px">
{% if not "saved" in request.full_path %}
<div class="d-flex justify-content-between align-items-center" style="padding-top:10px">
<div class="d-flex align-items-center sortingbarmargin">
<div class="text-small font-weight-bold mr-2"></div>
@ -501,8 +501,8 @@
</div>
</div>
</div>
</div>
</div>
{% endif %}
<div class="row no-gutters {% if listing %}mt-md-3{% elif not listing %}my-md-3{% endif %}" style="margin-top: 10px;">

View File

@ -25,8 +25,8 @@
</div>
</div>
<div class="d-flex justify-content-between align-items-center" style="padding-top:10px">
{% if not "saved" in request.full_path %}
<div class="d-flex justify-content-between align-items-center" style="padding-top:10px">
<div class="d-flex align-items-center sortingbarmargin">
<div class="text-small font-weight-bold mr-2"></div>
@ -68,7 +68,8 @@
</div>
</div>
</div>
</div>
</div>
{% endif %}
<div class="row no-gutters {% if listing %}mt-md-3{% elif not listing %}my-md-3{% endif %}" style="margin-top: 10px;">