Add WeekChange Buttons

main
Samuel Zielke 2 years ago
parent 7fbcfe6e1a
commit 10b54c33ea

@ -13,6 +13,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="{% static 'css/bootstrap.css' %}">
<link rel="stylesheet" href="{% static 'css/styles.css' %}">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<title>Meeting Organizer</title>
</head>
<body>

@ -31,7 +31,7 @@
#header { padding-bottom: 2rem; }
</style>
<section id="header">
<h2 style="color: black; margin-top: 1rem; margin-bottom: -1rem;">Woche vom 01.04.24</h2>
<h2 style="color: black; margin-top: 1rem; margin-bottom: -1rem;"><a href="/main/month/{{ month_links.0 }}"><span class="col-lg-2 col-3 material-symbols-outlined">keyboard_arrow_left</span></a>Woche vom 01.04.24<a href="/main/month/{{ month_links.1 }}"><span class="col-lg-2 col-3 material-symbols-outlined">keyboard_arrow_right</span></a></h2>
</section>
<!-- INFOS -->

Loading…
Cancel
Save

Powered by TurnKey Linux.