pyfedi/app/templates/errors/alt_profile.html

6 lines
286 B
HTML
Raw Normal View History

2024-08-20 07:03:08 +12:00
<html>
<body>
<p>{{ _('In PieFed, accounts have a main profile and an alternative profile (used for private voting). You are viewing the alternative profile of an account.') }}</p>
<p><a href="https://join.piefed.social/private-voting">{{ _('More about this') }}</a></p>
</body>
</html>