minor fix notification page
This commit is contained in:
parent
bf804b80dd
commit
bafb7c5f3a
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue