diff --git a/website/photos/static/photos/css/style.css b/website/photos/static/photos/css/style.scss similarity index 100% rename from website/photos/static/photos/css/style.css rename to website/photos/static/photos/css/style.scss diff --git a/website/photos/templates/photos/album.html b/website/photos/templates/photos/album.html index 713b41b217b13fdc458b87b852d3d37a5f793279..7cd5334a316b10e477154028f6dfa1f4fbe442a3 100644 --- a/website/photos/templates/photos/album.html +++ b/website/photos/templates/photos/album.html @@ -1,9 +1,11 @@ {% extends 'base.html' %} {% load staticfiles i18n thumbnail shared_thumbnail %} +{% block title %}{{ album.title }} — {% trans "Photos" %} — {{ block.super }}{% endblock %} + {% block css_head %} {{ block.super }} - + {% endblock %} {% block body %} @@ -18,29 +20,29 @@
{% endif %}