add non-breaking space
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
{% if author_image and author %}
|
{% if author_image and author %}
|
||||||
<div class="article-author">
|
<div class="article-author">
|
||||||
<a href="{% url 'member' author.id %}">
|
<a href="{% url 'member' author.id %}">
|
||||||
<img src="{{ author_image }}" alt="" /> {{ author.firstname }}
|
<img src="{{ author_image }}" alt="" /> {{ author.firstname }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{% elif post.author %}
|
{% elif post.author %}
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<div class="article-author">
|
<div class="article-author">
|
||||||
<a href="">
|
<a href="">
|
||||||
<img src="" alt="" />
|
<img src="" alt="" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user