Added paging to gallery view.

This commit is contained in:
2023-08-19 23:11:36 -04:00
parent 55cf243eaf
commit 4a60c139a5
5 changed files with 47 additions and 23 deletions

View File

@@ -4,19 +4,12 @@
<head>
<meta name="viewport" content="width=device-width, height=device-height" />
<title>
Vieweing file: {{image_path}}
File: {{image_path.name}}
</title>
<link href="{% static 'css/styles.css' %}" rel="stylesheet">
</head>
<body class="background">
<div class="centered-container">
<a href="/gallery/">
<img src="{% static 'imgs/gohome.png' %}">
</a>
<a href="..">
<img src="{% static 'imgs/back.png' %}">
</a>
</div>
{% include 'partials/navigation.html'%}
<div class="centered-container">
<div class="image-container">
<a href="{{image_path}}" target="_blank">