diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/public/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index 3aab5da2..cebb0681 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -80,7 +80,7 @@ {% endblock %} {% block content_right %} -{% cache 59 main-page-right secure %} +{% cache 59 main-page-updates user.is_authenticated %} <div id="pkgsearch" class="widget"> <form id="pkgsearch-form" method="get" action="/packages/"> <fieldset> @@ -88,7 +88,6 @@ <input id="pkgsearch-field" type="text" name="q" size="18" maxlength="200" /> </fieldset> </form> - </div> <div id="pkg-updates" class="widget box"> @@ -110,7 +109,9 @@ {% endfor %} </table> </div> +{% endcache %} +{% cache 59 main-page-right secure %} <div id="nav-sidebar" class="widget"> <h4>Documentation</h4> |