This website works better with JavaScript.
Home
Explore
Help
Sign In
apps
/
rophako
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Format album description like a photo description
pull/2/head
Noah Petherbridge
6 years ago
parent
1c32d08ab8
commit
8f565f3286
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
rophako/modules/photo/templates/photos/album.html
+ 2
- 2
rophako/modules/photo/templates/photos/album.html
View File
@@ -5,7 +5,7 @@
<h1>Album: {{ album }}</h1>
{% if markdown %}
{{ markdown|safe }}<p>
<div class="photo-description">
{{ markdown|safe }}
</div>
<p>
{% endif %}
{% if album_info["format"] == "vertical" %}
@@ -58,4 +58,4 @@
</ul>
{% endif %}
{% endblock %}
{% endblock %}
Write
Preview
Loading…
Cancel
Save