# HG changeset patch # User neko259 # Date 2014-01-21 08:10:28 # Node ID 733d85e8a4cfe00f69d45e75fa437d054e5e8461 # Parent 67151f425e027f3bd0394787637224ce016fb1e8 Fixed post cache with language code diff --git a/boards/templates/boards/post.html b/boards/templates/boards/post.html --- a/boards/templates/boards/post.html +++ b/boards/templates/boards/post.html @@ -2,6 +2,8 @@ {% load board %} {% load cache %} +{% get_current_language as LANGUAGE_CODE %} + {% cache 300 post post.id post.thread_new.last_edit_time truncated moderator LANGUAGE_CODE need_open_link %} {% spaceless %} {% if post.thread_new.archived %}