shift current week
This commit is contained in:
parent
12b4bc1fbd
commit
19b9f72ed9
4 changed files with 32 additions and 4 deletions
|
|
@ -40,6 +40,13 @@
|
|||
<div class="about">
|
||||
{{ overlay.content | safe }}
|
||||
</div>
|
||||
{% if now %}
|
||||
<div class="now">
|
||||
<a href="?now={{ previous_week }}">previous week</a>
|
||||
{{ now }}
|
||||
<a href="?now={{ next_week }}">next week</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="user">
|
||||
{% if request.user.is_authenticated %}
|
||||
<div>You are logged in as {{ request.user.username }}</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue