# HG changeset patch # User Mads Kiilerich # Date 1482596808 -3600 # Node ID 8656c0073e1722c163cf6f3dc9e47db2b585fd04 # Parent c617f60486c2ea2e11099fe00ec6ac13ecb05150 style: drop some trivial comments in templates diff -r c617f60486c2 -r 8656c0073e17 kallithea/templates/about.html --- a/kallithea/templates/about.html Fri Jan 06 01:43:51 2017 +0100 +++ b/kallithea/templates/about.html Sat Dec 24 17:26:48 2016 +0100 @@ -12,7 +12,6 @@ <%def name="main()">
-
${_('About')} Kallithea
diff -r c617f60486c2 -r 8656c0073e17 kallithea/templates/admin/admin.html --- a/kallithea/templates/admin/admin.html Fri Jan 06 01:43:51 2017 +0100 +++ b/kallithea/templates/admin/admin.html Sat Dec 24 17:26:48 2016 +0100 @@ -19,11 +19,9 @@ <%def name="main()">
-
${self.breadcrumbs()}
-
<%include file='admin_log.html'/> diff -r c617f60486c2 -r 8656c0073e17 kallithea/templates/admin/auth/auth_settings.html --- a/kallithea/templates/admin/auth/auth_settings.html Fri Jan 06 01:43:51 2017 +0100 +++ b/kallithea/templates/admin/auth/auth_settings.html Sat Dec 24 17:26:48 2016 +0100 @@ -17,7 +17,6 @@ <%def name="main()">
-
${self.breadcrumbs()}
diff -r c617f60486c2 -r 8656c0073e17 kallithea/templates/admin/defaults/defaults.html --- a/kallithea/templates/admin/defaults/defaults.html Fri Jan 06 01:43:51 2017 +0100 +++ b/kallithea/templates/admin/defaults/defaults.html Sat Dec 24 17:26:48 2016 +0100 @@ -17,15 +17,12 @@ <%def name="main()">
-
${self.breadcrumbs()}
${h.form(url('defaults_update', id='defaults'))}
- -
diff -r c617f60486c2 -r 8656c0073e17 kallithea/templates/admin/gists/edit.html --- a/kallithea/templates/admin/gists/edit.html Fri Jan 06 01:43:51 2017 +0100 +++ b/kallithea/templates/admin/gists/edit.html Sat Dec 24 17:26:48 2016 +0100 @@ -24,7 +24,6 @@ <%def name="main()">
-
${self.breadcrumbs()}
diff -r c617f60486c2 -r 8656c0073e17 kallithea/templates/admin/gists/index.html --- a/kallithea/templates/admin/gists/index.html Fri Jan 06 01:43:51 2017 +0100 +++ b/kallithea/templates/admin/gists/index.html Sat Dec 24 17:26:48 2016 +0100 @@ -28,7 +28,6 @@ <%def name="main()">
-
${self.breadcrumbs()} %if c.authuser.username != 'default': diff -r c617f60486c2 -r 8656c0073e17 kallithea/templates/admin/gists/new.html --- a/kallithea/templates/admin/gists/new.html Fri Jan 06 01:43:51 2017 +0100 +++ b/kallithea/templates/admin/gists/new.html Sat Dec 24 17:26:48 2016 +0100 @@ -24,7 +24,6 @@ <%def name="main()">
-
${self.breadcrumbs()}
diff -r c617f60486c2 -r 8656c0073e17 kallithea/templates/admin/gists/show.html --- a/kallithea/templates/admin/gists/show.html Fri Jan 06 01:43:51 2017 +0100 +++ b/kallithea/templates/admin/gists/show.html Sat Dec 24 17:26:48 2016 +0100 @@ -16,7 +16,6 @@ <%def name="main()">
-
${self.breadcrumbs()} %if c.authuser.username != 'default': diff -r c617f60486c2 -r 8656c0073e17 kallithea/templates/admin/my_account/my_account_api_keys.html --- a/kallithea/templates/admin/my_account/my_account_api_keys.html Fri Jan 06 01:43:51 2017 +0100 +++ b/kallithea/templates/admin/my_account/my_account_api_keys.html Sat Dec 24 17:26:48 2016 +0100 @@ -54,7 +54,6 @@
${h.form(url('my_account_api_keys'), method='post')}
-
diff -r c617f60486c2 -r 8656c0073e17 kallithea/templates/admin/my_account/my_account_emails.html --- a/kallithea/templates/admin/my_account/my_account_emails.html Fri Jan 06 01:43:51 2017 +0100 +++ b/kallithea/templates/admin/my_account/my_account_emails.html Sat Dec 24 17:26:48 2016 +0100 @@ -35,7 +35,6 @@
${h.form(url('my_account_emails'), method='post')}
-
diff -r c617f60486c2 -r 8656c0073e17 kallithea/templates/admin/notifications/notifications.html --- a/kallithea/templates/admin/notifications/notifications.html Fri Jan 06 01:43:51 2017 +0100 +++ b/kallithea/templates/admin/notifications/notifications.html Sat Dec 24 17:26:48 2016 +0100 @@ -15,7 +15,6 @@ <%def name="main()">
-
${self.breadcrumbs()}
diff -r c617f60486c2 -r 8656c0073e17 kallithea/templates/admin/notifications/show_notification.html --- a/kallithea/templates/admin/notifications/show_notification.html Fri Jan 06 01:43:51 2017 +0100 +++ b/kallithea/templates/admin/notifications/show_notification.html Sat Dec 24 17:26:48 2016 +0100 @@ -17,7 +17,6 @@ <%def name="main()">
-
${self.breadcrumbs()}
diff -r c617f60486c2 -r 8656c0073e17 kallithea/templates/admin/permissions/permissions_globals.html --- a/kallithea/templates/admin/permissions/permissions_globals.html Fri Jan 06 01:43:51 2017 +0100 +++ b/kallithea/templates/admin/permissions/permissions_globals.html Sat Dec 24 17:26:48 2016 +0100 @@ -1,6 +1,5 @@ ${h.form(url('admin_permissions'), method='post')}
-
diff -r c617f60486c2 -r 8656c0073e17 kallithea/templates/admin/permissions/permissions_ips.html --- a/kallithea/templates/admin/permissions/permissions_ips.html Fri Jan 06 01:43:51 2017 +0100 +++ b/kallithea/templates/admin/permissions/permissions_ips.html Sat Dec 24 17:26:48 2016 +0100 @@ -23,7 +23,6 @@ ${h.form(url('edit_user_ips_update', id=c.user.user_id))}
-
diff -r c617f60486c2 -r 8656c0073e17 kallithea/templates/admin/repo_groups/repo_group_add.html --- a/kallithea/templates/admin/repo_groups/repo_group_add.html Fri Jan 06 01:43:51 2017 +0100 +++ b/kallithea/templates/admin/repo_groups/repo_group_add.html Sat Dec 24 17:26:48 2016 +0100 @@ -19,14 +19,11 @@ <%def name="main()">
-
${self.breadcrumbs()}
- ${h.form(url('repos_groups'))}
-
diff -r c617f60486c2 -r 8656c0073e17 kallithea/templates/admin/repo_groups/repo_group_edit_settings.html --- a/kallithea/templates/admin/repo_groups/repo_group_edit_settings.html Fri Jan 06 01:43:51 2017 +0100 +++ b/kallithea/templates/admin/repo_groups/repo_group_edit_settings.html Sat Dec 24 17:26:48 2016 +0100 @@ -1,7 +1,6 @@ ## -*- coding: utf-8 -*- ${h.form(url('update_repos_group',group_name=c.repo_group.group_name))}
-
diff -r c617f60486c2 -r 8656c0073e17 kallithea/templates/admin/repo_groups/repo_groups.html --- a/kallithea/templates/admin/repo_groups/repo_groups.html Fri Jan 06 01:43:51 2017 +0100 +++ b/kallithea/templates/admin/repo_groups/repo_groups.html Sat Dec 24 17:26:48 2016 +0100 @@ -16,7 +16,6 @@ <%def name="main()">
-
${self.breadcrumbs()}
-
diff -r c617f60486c2 -r 8656c0073e17 kallithea/templates/admin/repos/repo_add.html --- a/kallithea/templates/admin/repos/repo_add.html Fri Jan 06 01:43:51 2017 +0100 +++ b/kallithea/templates/admin/repos/repo_add.html Sat Dec 24 17:26:48 2016 +0100 @@ -25,7 +25,6 @@ <%def name="main()">
-
${self.breadcrumbs()}
diff -r c617f60486c2 -r 8656c0073e17 kallithea/templates/admin/repos/repo_add_base.html --- a/kallithea/templates/admin/repos/repo_add_base.html Fri Jan 06 01:43:51 2017 +0100 +++ b/kallithea/templates/admin/repos/repo_add_base.html Sat Dec 24 17:26:48 2016 +0100 @@ -2,7 +2,6 @@ ${h.form(url('repos'))}
-
diff -r c617f60486c2 -r 8656c0073e17 kallithea/templates/admin/repos/repo_creating.html --- a/kallithea/templates/admin/repos/repo_creating.html Fri Jan 06 01:43:51 2017 +0100 +++ b/kallithea/templates/admin/repos/repo_creating.html Sat Dec 24 17:26:48 2016 +0100 @@ -18,7 +18,6 @@ <%def name="main()">
-
${self.breadcrumbs()}
diff -r c617f60486c2 -r 8656c0073e17 kallithea/templates/admin/repos/repo_edit.html --- a/kallithea/templates/admin/repos/repo_edit.html Fri Jan 06 01:43:51 2017 +0100 +++ b/kallithea/templates/admin/repos/repo_edit.html Sat Dec 24 17:26:48 2016 +0100 @@ -19,23 +19,8 @@ <%def name="main()"> ${self.repo_context_bar('options')}
- - - - - ##main