Changeset - 477e9f4c0291
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 6 years ago 2017-09-13 16:46:38
bkuhn@ebb.org
Blog: typo fix in template.

Template had a typo from last commit.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/templates/blog/entry_partial.html
Show inline comments
...
 
@@ -33,13 +33,13 @@ This partial accepts these optional parameters:
 
{{ entry.summary|safe }}
 
{% endif %}
 

	
 
{% if show|default:"body" != "body" %}
 
<p><a class="continued" href="{{ entry.get_absolute_url }}">Read More&hellip;</a></p>
 
{% endif %}
 
{% if show != "summary"}
 
{% if show != "summary" %}
 
<p class="permalink"><a href="{{ entry.get_absolute_url }}">[permalink]</a></p>
 
{% endif %}
 

	
 
{% if show != "summary" and entry.tags.exists %}
 
<p class="blog-tags">Tags:
 
  {% for tag in entry.tags.iterator %}
0 comments (0 inline, 0 general)