move nav to under photo
This commit is contained in:
parent
c3c4a84181
commit
8d82b4defa
1 changed files with 4 additions and 4 deletions
|
@ -16,6 +16,10 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div id="photo">
|
||||
<img src="{{image_path.display_filename()}}" />
|
||||
</div>
|
||||
|
||||
<div id="nav">
|
||||
<div>
|
||||
{% if prev_image %}
|
||||
|
@ -38,10 +42,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="photo">
|
||||
<img src="{{image_path.display_filename()}}" />
|
||||
</div>
|
||||
|
||||
<div id="photo-description">
|
||||
{% if image_path.description %}
|
||||
{{ image_path.description | safe }}
|
||||
|
|
Loading…
Add table
Reference in a new issue