diff --git a/src/blarg/views/templates/files/list.html b/src/blarg/views/templates/files/list.html
index b29d919..ac36bbc 100644
--- a/src/blarg/views/templates/files/list.html
+++ b/src/blarg/views/templates/files/list.html
@@ -52,14 +52,14 @@
{{file.size}} |
{{file.last_modified|to_fulltime}} |
-
+
{% if file.published %}
-
+
{% endif %}
{% if not file.published %}
-
+
{% endif %}
-
+
|
{% endfor %}
diff --git a/src/blarg/views/templates/posts/post.html b/src/blarg/views/templates/posts/post.html
index c5b7cdc..de18758 100644
--- a/src/blarg/views/templates/posts/post.html
+++ b/src/blarg/views/templates/posts/post.html
@@ -17,7 +17,7 @@
Unpublish
{% endif %}
{% if not post.published %}
- Publish
+ Publish
{% endif %}
{% endif %}