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 %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/website/photos/templates/photos/index.html b/website/photos/templates/photos/index.html index e0b9eb67fce0f66a53c7690288901b8d15c8415e..f83801dc49d401d9adf9ebcc3fb5b254b403d724 100644 --- a/website/photos/templates/photos/index.html +++ b/website/photos/templates/photos/index.html @@ -1,53 +1,69 @@ {% extends 'base.html' %} {% load i18n thumbnail staticfiles %} +{% block title %}{% trans "Photos" %} — {{ block.super }}{% endblock %} + {% block css_head %} {{ block.super }} - + {% endblock %} {% block body %}

{% trans "Photos" %}

-
-