From 0bf54ad00b571c1c06bee44e112b759e542ec453 Mon Sep 17 00:00:00 2001 From: Inga Kirschnick Date: Thu, 12 Jan 2023 10:05:14 +0100 Subject: [PATCH] Updated Clean Up --- app/templates/_sidenav.html.j2 | 1 - app/templates/main/dashboard.html.j2 | 27 --------------------------- app/templates/users/profile.html.j2 | 19 ------------------- 3 files changed, 47 deletions(-) diff --git a/app/templates/_sidenav.html.j2 b/app/templates/_sidenav.html.j2 index 11616ebf..eb547454 100644 --- a/app/templates/_sidenav.html.j2 +++ b/app/templates/_sidenav.html.j2 @@ -20,7 +20,6 @@
  • dashboardDashboard
  • IMy Corpora
  • JMy Jobs
  • - {#
  • groupsSocial
  • #}
  • new_labelContribute
  • Processes & Services
  • diff --git a/app/templates/main/dashboard.html.j2 b/app/templates/main/dashboard.html.j2 index b6149fdf..5474db97 100644 --- a/app/templates/main/dashboard.html.j2 +++ b/app/templates/main/dashboard.html.j2 @@ -42,25 +42,6 @@ - {#
    -

    Social

    -
    -
    - Other users and groups -

    Find other users and follow them to see their corpora and groups.

    -
    -
    -
    -
    -
    - Public corpora -

    Find public corpora

    -
    -
    -
    #} -
    - mail -
    {% endblock page_content %} @@ -115,11 +96,3 @@ {% endblock modals %} - -{# {% block scripts %} -{{ super() }} - -{% endblock scripts %} #} diff --git a/app/templates/users/profile.html.j2 b/app/templates/users/profile.html.j2 index 574fd6c9..a98a372d 100644 --- a/app/templates/users/profile.html.j2 +++ b/app/templates/users/profile.html.j2 @@ -41,8 +41,6 @@ {% endif %} - -

    @@ -91,23 +89,6 @@ - {#
    -
    -
    -
    -

    Groups

    -
    -
    -
    -
    -
    -
    -

    Public corpora

    -
    -
    -
    -
    -
    #} {% endblock page_content %}