We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4fb20 commit 5664806Copy full SHA for 5664806
cmsplugin_filer_teaser/templates/cmsplugin_filer_teaser/plugins/teaser/default.html
@@ -14,5 +14,5 @@ <h2>{{ instance.title }}</h2>
14
{% if instance.description %}
15
<p>{{ instance.description }}</p>
16
{% endif %}
17
-{% if link %}<a href="{{ link }}"{% if obj.target_blank %} target="_blank"{% endif %}>{% trans "more" %} »</a>{% endif %}
+{% if link %}<a href="{{ link }}"{% if instance.target_blank %} target="_blank"{% endif %}>{% trans "more" %} »</a>{% endif %}
18
</div>
0 commit comments