Skip to content

Commit 5664806

Browse files
committed
Fixed teaser template var
1 parent af4fb20 commit 5664806

File tree

1 file changed

+1
-1
lines changed
  • cmsplugin_filer_teaser/templates/cmsplugin_filer_teaser/plugins/teaser

1 file changed

+1
-1
lines changed

cmsplugin_filer_teaser/templates/cmsplugin_filer_teaser/plugins/teaser/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ <h2>{{ instance.title }}</h2>
1414
{% if instance.description %}
1515
<p>{{ instance.description }}</p>
1616
{% endif %}
17-
{% if link %}<a href="{{ link }}"{% if obj.target_blank %} target="_blank"{% endif %}>{% trans "more" %} &#187;</a>{% endif %}
17+
{% if link %}<a href="{{ link }}"{% if instance.target_blank %} target="_blank"{% endif %}>{% trans "more" %} &#187;</a>{% endif %}
1818
</div>

0 commit comments

Comments
 (0)