]> git.0d.be Git - panikweb.git/blobdiff - panikweb_templates/templates/includes/audio.html
style: do not display "embed" action
[panikweb.git] / 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 %}