mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-11 23:32:56 +02:00
feat: add calendar view
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
<div class="collapse navbar-collapse" id="navbarContent">
|
<div class="collapse navbar-collapse" id="navbarContent">
|
||||||
<ul class="navbar-nav me-auto mb-2 mb-lg-0 nav-underline" hx-push-url="true">
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0 nav-underline" hx-push-url="true">
|
||||||
<li class="nav-item dropdown">
|
<li class="nav-item dropdown">
|
||||||
<a class="nav-link dropdown-toggle {% active_link views='monthly_overview||yearly_overview' %}"
|
<a class="nav-link dropdown-toggle {% active_link views='monthly_overview||yearly_overview||calendar' %}"
|
||||||
href="#"
|
href="#"
|
||||||
role="button"
|
role="button"
|
||||||
data-bs-toggle="dropdown"
|
data-bs-toggle="dropdown"
|
||||||
@@ -25,6 +25,8 @@
|
|||||||
href="{% url 'monthly_index' %}">{% translate 'Monthly' %}</a></li>
|
href="{% url 'monthly_index' %}">{% translate 'Monthly' %}</a></li>
|
||||||
<li><a class="dropdown-item {% active_link views='yearly_overview' %}"
|
<li><a class="dropdown-item {% active_link views='yearly_overview' %}"
|
||||||
href="{% url 'yearly_index' %}">{% translate 'Yearly' %}</a></li>
|
href="{% url 'yearly_index' %}">{% translate 'Yearly' %}</a></li>
|
||||||
|
<li><a class="dropdown-item {% active_link views='calendar' %}"
|
||||||
|
href="{% url 'calendar_index' %}">{% translate 'Calendar' %}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
|
|||||||
Reference in New Issue
Block a user