Move render info blurb out of redditfooter to avoid caches.

RedditFooter is a CachedTemplate and so the blurb which is supposed to
be unique to each request is being rendercached.
This commit is contained in:
Neil Williams
2013-01-14 18:15:04 -08:00
parent 2c09a35627
commit 74e7d5d725
2 changed files with 1 additions and 1 deletions

View File

@@ -166,6 +166,7 @@
%endif
%endif
${framebuster()}
<p class="bottommenu debuginfo"><span class="icon">&pi;</span>&nbsp;<span class="content">Rendered by PID ${g.reddit_pid} on ${g.reddit_host} at ${c.start_time} running ${g.short_version}.</span></p>
</body>
</%def>

View File

@@ -55,5 +55,4 @@
dict(year=datetime.datetime.now().timetuple()[0])}
</p>
<p class="bottommenu">REDDIT and the ALIEN Logo are registered trademarks of reddit inc.</p>
<p class="bottommenu debuginfo"><span class="icon">&pi;</span>&nbsp;<span class="content">Rendered by PID ${g.reddit_pid} on ${g.reddit_host} at ${c.start_time} running ${g.short_version}.</span></p>
</div>