Add space between words in blog message
authorAndrew Browning <ayleph@thisshitistemp.com>
Tue, 6 Jun 2017 20:51:05 +0000 (16:51 -0400)
committerAndrew Browning <ayleph@thisshitistemp.com>
Tue, 6 Jun 2017 20:51:05 +0000 (16:51 -0400)
mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html

index 8c16daebcec0457a2ea6eca67c1bcf386886b519..bad33c8c7a1cabfa4d46c8c711855e2ff6e259f0 100644 (file)
@@ -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/>