From c455f1b45312520194056452b0e21757dbf981a6 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 3 Feb 2011 21:04:37 -0400 Subject: [PATCH] Pre focus the first editable field in form unsing jquery --- apps/main/templates/base.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apps/main/templates/base.html b/apps/main/templates/base.html index ee0684b2b9..c132f93408 100755 --- a/apps/main/templates/base.html +++ b/apps/main/templates/base.html @@ -13,6 +13,15 @@ {% block stylesheets %}{% endblock %} {% endblock %} +{% block web_theme_javascript %} + + {% block javascript %}{% endblock %} +{% endblock %} + {% block web_theme_user_navigation %}
  • {% trans 'User' %}: {% if user.is_anonymous %}