pyfedi/app/templates/errors/alt_profile.html
2024-08-20 07:03:18 +12:00

6 lines
No EOL
286 B
HTML

<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>