diff --git a/blog/templates/status-update-page.html b/blog/templates/status-update-page.html index 45741e7d..85934fd5 100644 --- a/blog/templates/status-update-page.html +++ b/blog/templates/status-update-page.html @@ -1,7 +1,5 @@ {% extends "base.html" %} -{% import "snippets.html" as snippets %} - {% block title %}{{ page.title }} | {{ config.title }}{% endblock title %} {% block main %} @@ -29,10 +27,5 @@ {{ page.later.title }} » {% endif %} -