]> git.0d.be Git - panikweb.git/commitdiff
style: do not display "embed" action
authorFrédéric Péters <fpeters@0d.be>
Thu, 26 Dec 2019 13:45:34 +0000 (14:45 +0100)
committerFrédéric Péters <fpeters@0d.be>
Thu, 26 Dec 2019 14:13:43 +0000 (15:13 +0100)
panikweb_templates/templates/includes/audio.html

index 5cb813adad096ac2ac4155bc24eff65959094fd4..b282fa8bbf274c45a4b1bd6b4844b39bfd72f8a5 100644 (file)
@@ -40,7 +40,7 @@
                </div>
                {% if not embed %}
                <button class="icon-share icons big"
-                       title="{% trans "Embed" %}"
+                       title="{% trans "Embed" %}" style="display: none;"
                        data-popup-href="{% url 'soundfile-dialog-embed-view' emission_slug=sound.episode.emission.slug episode_slug=sound.episode.slug pk=sound.pk %}"
                        ><span class="sr-only">{% trans "Embed" %}</span></button>
                {% endif %}