diff --git a/buggy/templates/buggy/bug_detail.html b/buggy/templates/buggy/bug_detail.html index 695a8c9..5c34e3d 100644 --- a/buggy/templates/buggy/bug_detail.html +++ b/buggy/templates/buggy/bug_detail.html @@ -1,11 +1,10 @@ {% extends "buggy/base.html" %} -{% load buggy_tags thumbnail argonauts absoluteuri cache %} +{% load buggy_tags thumbnail argonauts absoluteuri %} {% block title %}{{ block.super }} - {{ bug.title }}{% endblock %} {% block content %} -{% cache 31536000 bug_detail bug.id bug.modified_at %}