Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions taccsite_cms/templates/djangocms_blog/post_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,8 @@ <h2>
<p class="blog-empty">{% trans "No article found." %}</p>
{% endfor %}
{# TACC (hide back link): #}
{% if settings.PORTAL_BLOG_SHOW_BACK_LINK %}
{% if author or archive_date or tagged_entries %}
<p class="blog-back"><a href="{% url 'djangocms_blog:posts-latest' %}">{% trans "Back" %}</a></p>
{% endif %}
<p class="blog-back"{% if not settings.PORTAL_BLOG_SHOW_BACK_LINK %} style="visibility: hidden"{% endif %}><a href="{% url 'djangocms_blog:posts-latest' %}">{% trans "Back" %}</a></p>
{% endif %}
{# /TACC #}
{% if is_paginated %}
Expand Down