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