X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..94a4fcc7ab9e1713dc2defc8b35c875fc90f6fa5:/src/social/templates/social/cite_info.html?ds=sidebyside
diff --git a/src/social/templates/social/cite_info.html b/src/social/templates/social/cite_info.html
deleted file mode 100644
index 8f8e16d11..000000000
--- a/src/social/templates/social/cite_info.html
+++ /dev/null
@@ -1,19 +0,0 @@
-{% spaceless %}
-
-{% if cite.image %}
- {% if cite.image_link %}{% endif %}
- {% if cite.image_title %}
- {{ cite.image_title }}{% else %}
- untitled{% endif %}{% if cite.image_link %}{% endif %}{% if cite.image_author %},
- {{ cite.image_author }}{% endif %}{% if cite.image_license %},
- {% if cite.image_license_link %}{% endif %}
- {{ cite.image_license }}
- {% if cite.image_license_link %}{% endif %}
- {% endif %}
-{% else %}
- books about architecture,
- saikofish@Flickr,
- CC BY NC SA.
-{% endif %}
-
-{% endspaceless %}