install app files for djangocms-link==2.1.2

standalone
Simon Caminada 8 years ago
parent 95e33b7dc2
commit 37622bef60

Binary file not shown.

@ -0,0 +1,17 @@
{% load cms_tags %}{% spaceless %}
{# this needs to be in one line for rendering purpose #}
{% endspaceless %}<a href="{{ link }}"{% if instance.target %} target="{{ instance.target }}"{% endif %}{% if instance.attributes %} {{ instance.attributes_str }}{% endif %}>{% for plugin in instance.child_plugin_instances %}{% render_plugin plugin %}{% empty %}{{ instance.name }}{% endfor %}</a>{% spaceless %}
{% endspaceless %}{% comment %}
# https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a
{{ instance.name }}
{{ link }} or {{ instance.get_link }} summarizes:
{{ instance.external_link }}
{{ instance.internal_link }}
{{ instance.anchor }}
{{ instance.mailto }}
{{ instance.phone }}
{{ instance.target }}
{{ instance.attributes_str }}
{% endcomment %}
Loading…
Cancel
Save