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 %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
<div id="photo">
|
||||||
|
<img src="{{image_path.display_filename()}}" />
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="nav">
|
<div id="nav">
|
||||||
<div>
|
<div>
|
||||||
{% if prev_image %}
|
{% if prev_image %}
|
||||||
|
@ -38,10 +42,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="photo">
|
|
||||||
<img src="{{image_path.display_filename()}}" />
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="photo-description">
|
<div id="photo-description">
|
||||||
{% if image_path.description %}
|
{% if image_path.description %}
|
||||||
{{ image_path.description | safe }}
|
{{ image_path.description | safe }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue