1
0
Fork 0
mirror of https://codeberg.org/rimu/pyfedi synced 2025-02-15 06:48:06 -08:00
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>