# HG changeset patch # User Goffi # Date 1597387626 -7200 # Node ID 4efd3d23de178f53a283f6537f49dc30c031e068 # Parent a2b4793c92a9d9e04c22a87ed83572fadab73df7 bulma (photo/album): added a hint for non owner to indicate that slideshow can be launched diff -r a2b4793c92a9 -r 4efd3d23de17 sat_templates/templates/bulma/photo/album.html --- a/sat_templates/templates/bulma/photo/album.html Fri Aug 14 08:47:06 2020 +0200 +++ b/sat_templates/templates/bulma/photo/album.html Fri Aug 14 08:47:06 2020 +0200 @@ -12,6 +12,16 @@
{{ component.action_button("#", label=_("manage invitations"), icon="group", id="button_manage") }}
+{% else %} +
+
+

{% trans %}hint{% endtrans %}

+ +
+
+ {% trans %}You can click on any picture to start a slideshow{% endtrans %} +
+
{% endif %}
{% set ns_photos = namespace(empty=true) %}