Add space between words in blog message
This commit is contained in:
parent
0cf78df85f
commit
ec9a93fef0
@ -52,7 +52,7 @@
|
||||
{% if request.user and request.user.username==user.username %}
|
||||
<p>You have not created any blog yet.</p>
|
||||
{% else %}
|
||||
<p>No blog has been created by <strong>{{ user.username }}</strong>yet.</p>
|
||||
<p>No blog has been created by <strong>{{ user.username }}</strong> yet.</p>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
<br/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user