minor fix notification page

This commit is contained in:
Your Name 2024-04-20 13:00:44 -04:00 committed by Henri Dickson
parent bf804b80dd
commit bafb7c5f3a

View file

@ -16,7 +16,7 @@
<script src="{% static 'js/podcast.js' %}"></script>
</head>
<body>
{% include "_header.html" with current="timeline" %}
{% include "_header.html" %}
<main>
<div class="grid__main">
<h5>
@ -38,7 +38,7 @@
</div>
</div>
</div>
{% include "_sidebar.html" with show_progress=1 identity=request.user.identity %}
{% include "_sidebar.html" with show_profile=1 identity=request.user.identity %}
</main>
{% include "_footer.html" %}
</body>