Skip to content
Snippets Groups Projects

Add album downloading

Merged Ghost User requested to merge 73-album-down into master
1 unresolved thread
3 files
+ 29
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -9,7 +9,13 @@
{% endblock %}
{% block body %}
<h1>{{ album.title }}</h1>
<h1>{{ album.title }}
<span class="title-meta clearfix">
<span><a href="{% url 'photos:album-download' album.slug %}" class="overlay-icon-download"></a></span>
<span><a href="{% url 'photos:index' %}" class="back"></a></span>
</span>
<span class="title-meta clearfix">
</h1>
<h2>{{ album.date|date:"d-m-Y" }}</h2>
{% if album.shareable %}
<p class="tcenter">
Loading