diff --git a/src/postorius/templates/postorius/user_profile.html b/src/postorius/templates/postorius/user_profile.html index a821a7a..48bbd12 100644 --- a/src/postorius/templates/postorius/user_profile.html +++ b/src/postorius/templates/postorius/user_profile.html @@ -20,26 +20,6 @@ {% trans 'User name' %} {{ user.username}} - - {% trans 'First name' %} -   - - - {% trans 'Last name' %} -   - - - {% trans 'IRC handle' %} -   - - - {% trans 'Website' %} -   - - - {% trans 'Twitter' %} -   - {% endblock main %}