Skip to content
Snippets Groups Projects

Fix grayscaling of unavailable albums

Merged Ghost User requested to merge fix/albums-grayscale into master
2 files
+ 4
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -8,7 +8,7 @@
{% block body %}
{% with keys=keywords|join:" " %}
<section id="photos-albums" class="page-section">
<section id="photos-index" class="page-section">
<div class="container">
<h1 class="text-center section-title">{% trans "Photos" %}</h1>
Loading