2022-12-03 01:49:07 +00:00
|
|
|
{% extends "userpage/userpage.html" %}
|
2022-12-09 03:35:28 +00:00
|
|
|
{% block userpage_content %}
|
2023-10-29 12:51:00 +00:00
|
|
|
<div class="row justify-content-center userpage-private">
|
|
|
|
<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>
|
|
|
|
<h5>This account is private</h5>
|
|
|
|
<p class="text-muted">This user has enabled private mode to cloak their posting history.</p>
|
|
|
|
</div>
|
2022-05-04 23:09:46 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2022-10-29 00:52:11 +00:00
|
|
|
{% endblock %}
|