Split activities into pages in the admin interface

and other trivial fixes
This commit is contained in:
2017-10-08 03:33:42 +02:00
parent 56f71eb9ab
commit d8f5dd4ad9
4 changed files with 43 additions and 8 deletions

View File

@@ -1,3 +1,4 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="../css/normalize.css">
<link rel="stylesheet" href="../css/style.css">
<link rel="stylesheet" href="../css/events.css">
@@ -16,8 +17,9 @@
<article>
<h2>Verktøy</h2>
<a class="btn adminbtn" href="admin/aktiviteter/">Aktiviteter/Hendelser</a>
<a class="btn adminbtn" href="admin/aktiviteter?page=1">Aktiviteter/Hendelser</a>
<a class="btn adminbtn" href="admin/prosjekter/">Prosjekter</a>
</article>
</main>
</main>