# HG changeset patch # User Mads Kiilerich # Date 2015-02-18 23:48:47 # Node ID 11422edf4bea5418df6f25b0a90f0d31575c66a2 # Parent 2d2856fd114414a570d07376be86a87ee821dd71 repos: fix redirect after repo creation (and user/group add focus) (Issue #98) ec39e73be935 introduced a regression in the cases where templates contained (javascript) snippets outside defined areas. Before, they were included anyway. After, they were not. Fixing by moving the chunks I could find inside the main def. diff --git a/kallithea/templates/admin/repos/repo_creating.html b/kallithea/templates/admin/repos/repo_creating.html --- a/kallithea/templates/admin/repos/repo_creating.html +++ b/kallithea/templates/admin/repos/repo_creating.html @@ -43,7 +43,6 @@ - + diff --git a/kallithea/templates/admin/user_groups/user_group_add.html b/kallithea/templates/admin/user_groups/user_group_add.html --- a/kallithea/templates/admin/user_groups/user_group_add.html +++ b/kallithea/templates/admin/user_groups/user_group_add.html @@ -63,10 +63,10 @@ ${h.end_form()} - + diff --git a/kallithea/templates/admin/users/user_add.html b/kallithea/templates/admin/users/user_add.html --- a/kallithea/templates/admin/users/user_add.html +++ b/kallithea/templates/admin/users/user_add.html @@ -102,9 +102,10 @@ ${h.end_form()} - + +