Skip to content

Commit

Permalink
Add notice about fake users
Browse files Browse the repository at this point in the history
  • Loading branch information
koldakov committed Dec 7, 2024
1 parent ea6c8e3 commit cb5dc9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ <h3>Hi, {{ current_user.full_name }}, welcome to</h3>
class="d-grid d-sm-flex justify-content-sm-center mb-5"
>
{{ "Join our community today! Already, %(user_count)s have registered, and we're excited to welcome even more members."|format(user_count=user_count) }}
<br />
Fake users will be vanished with no excuses.
</div>
{% endif %}
</div>
Expand Down

0 comments on commit cb5dc9b

Please sign in to comment.