rDrama/files/templates/userpage_private.html

21 lines
745 B
HTML
Raw Normal View History

2021-07-21 01:12:26 +00:00
{% extends "userpage.html" %}
{% block content %}
<div class="row justify-content-center">
<div class="col-10 col-md-5">
<div class="text-center px-3 my-3">
<span class="fa-stack fa-2x text-muted mb-4">
<i class="fas fa-square text-gray-500 opacity-25 fa-stack-2x"></i>
<i class="fas text-gray-500 fa-user-lock fa-stack-1x text-lg"></i>
</span>
<h2 class="h5">This account is private</h2>
<p class="text-muted">This user has enabled private mode to cloak their posting history.</p>
2021-08-04 16:21:10 +00:00
<!-- {% if u.id == 253 %}<a class="btn btn-primary" href="/@Landlord_Messiah/?rent=true">Pay Rent to View (500 {{"coins_name" | app_config}})</a>{% endif %} -->
2021-07-21 01:12:26 +00:00
</div>
</div>
</div>
{% endblock %}
{% block pagenav %}{% endblock %}