diff --git a/social/templates/notification.html b/social/templates/notification.html index 268c1eb7..c50dfd13 100644 --- a/social/templates/notification.html +++ b/social/templates/notification.html @@ -16,7 +16,7 @@ - {% include "_header.html" with current="timeline" %} + {% include "_header.html" %}
@@ -38,7 +38,7 @@
- {% include "_sidebar.html" with show_progress=1 identity=request.user.identity %} + {% include "_sidebar.html" with show_profile=1 identity=request.user.identity %}
{% include "_footer.html" %}