diff --git a/planet/templates/planet/posts/full_details.html b/planet/templates/planet/posts/full_details.html
index 07a6090..c4f3300 100644
--- a/planet/templates/planet/posts/full_details.html
+++ b/planet/templates/planet/posts/full_details.html
@@ -1,5 +1,5 @@
{% load i18n %}
-{% load url from future %}
+
{{ post.date_modified|date:"M d Y" }}
{{ post.title|striptags|safe }}