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
@@ -38,9 +38,9 @@
%for plugin_path in c.available_plugins:
-
-
+
+
${plugin_path}
%endfor
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
@@ -26,7 +26,7 @@
${_('Pull Requests')}
%if c.notifications:
- ${_('Mark All Read')}
+
%endif
diff --git a/kallithea/templates/admin/notifications/notifications_data.html b/kallithea/templates/admin/notifications/notifications_data.html
--- a/kallithea/templates/admin/notifications/notifications_data.html
+++ b/kallithea/templates/admin/notifications/notifications_data.html
@@ -9,9 +9,9 @@
%if not notification.read:
- ${_('Mark as read')}
+
%endif
- ${_('Delete')}
+
%endfor
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
@@ -27,7 +27,7 @@
${c.notification.description}
- ${_('Delete')}
+
%if c.notification.subject:
diff --git a/kallithea/templates/admin/repo_groups/repo_group_edit_perms.html b/kallithea/templates/admin/repo_groups/repo_group_edit_perms.html
--- a/kallithea/templates/admin/repo_groups/repo_group_edit_perms.html
+++ b/kallithea/templates/admin/repo_groups/repo_group_edit_perms.html
@@ -30,9 +30,9 @@ ${h.form(url('edit_repo_group_perms', gr
%if r2p.user.username !='default':
-
+
+
%endif
|
%else:
@@ -67,9 +67,9 @@ ${h.form(url('edit_repo_group_perms', gr
%endif
-
+
+
|
%endfor
@@ -77,9 +77,9 @@ ${h.form(url('edit_repo_group_perms', gr
|
|
-
+
+
|
diff --git a/kallithea/templates/admin/repos/repo_edit_permissions.html b/kallithea/templates/admin/repos/repo_edit_permissions.html
--- a/kallithea/templates/admin/repos/repo_edit_permissions.html
+++ b/kallithea/templates/admin/repos/repo_edit_permissions.html
@@ -38,9 +38,9 @@ ${h.form(url('edit_repo_perms_update', r
|
%if r2p.user.username !='default':
-
+
+
%endif
|
@@ -63,9 +63,9 @@ ${h.form(url('edit_repo_perms_update', r
%endif
-
+
+
|
%endfor
@@ -73,9 +73,9 @@ ${h.form(url('edit_repo_perms_update', r
|
|
-
+
+
|
diff --git a/kallithea/templates/admin/settings/settings_hooks.html b/kallithea/templates/admin/settings/settings_hooks.html
--- a/kallithea/templates/admin/settings/settings_hooks.html
+++ b/kallithea/templates/admin/settings/settings_hooks.html
@@ -24,11 +24,11 @@ ${h.form(url('admin_settings_hooks'), me
${h.hidden('hook_ui_key',hook.ui_key,id='hook_ui_key_'+input_id)}
${h.hidden('hook_ui_value',hook.ui_value,id='hook_ui_value_'+input_id)}
${h.text('hook_ui_value_new',hook.ui_value,id=input_id,size=60,class_='form-control')}
-
${_('Delete')}
-
+
%endfor
diff --git a/kallithea/templates/admin/settings/settings_vcs.html b/kallithea/templates/admin/settings/settings_vcs.html
--- a/kallithea/templates/admin/settings/settings_vcs.html
+++ b/kallithea/templates/admin/settings/settings_vcs.html
@@ -62,7 +62,7 @@ ${h.form(url('admin_settings'), method='
${h.text('paths_root_path',size=60,readonly="readonly",class_='form-control')}
-
+
${_('Filesystem location where repositories are stored. After changing this value, a restart and rescan of the repository folder are both required.')}
diff --git a/kallithea/templates/admin/user_groups/user_group_edit_perms.html b/kallithea/templates/admin/user_groups/user_group_edit_perms.html
--- a/kallithea/templates/admin/user_groups/user_group_edit_perms.html
+++ b/kallithea/templates/admin/user_groups/user_group_edit_perms.html
@@ -30,9 +30,9 @@ ${h.form(url('edit_user_group_perms_upda
%if r2p.user.username !='default':
-
+
+
%endif
|
%else:
@@ -67,9 +67,9 @@ ${h.form(url('edit_user_group_perms_upda
%endif
-
+
+
|
%endfor
@@ -77,9 +77,9 @@ ${h.form(url('edit_user_group_perms_upda
|
|
-
+
+
|
diff --git a/kallithea/templates/changeset/changeset_file_comment.html b/kallithea/templates/changeset/changeset_file_comment.html
--- a/kallithea/templates/changeset/changeset_file_comment.html
+++ b/kallithea/templates/changeset/changeset_file_comment.html
@@ -26,7 +26,7 @@
%if co.author_id == request.authuser.user_id or h.HasRepoPermissionLevel('admin')(c.repo_name):
%if co.deletable():
-
+
%endif
%endif
diff --git a/kallithea/templates/compare/compare_diff.html b/kallithea/templates/compare/compare_diff.html
--- a/kallithea/templates/compare/compare_diff.html
+++ b/kallithea/templates/compare/compare_diff.html
@@ -38,7 +38,7 @@ ${self.repo_context_bar('changelog')}
%if not c.compare_home:
${_('Swap')}
%endif
- ${_('Compare Revisions')}
+
diff --git a/kallithea/templates/files/files_add.html b/kallithea/templates/files/files_add.html
--- a/kallithea/templates/files/files_add.html
+++ b/kallithea/templates/files/files_add.html
@@ -40,11 +40,11 @@ ${self.repo_context_bar('files')}
- ${_('or')} ${_('Upload File')}
+ ${_('or')}
- ${_('or')} ${_('Create New File')}
+ ${_('or')}
diff --git a/kallithea/templates/pullrequests/pullrequest_data.html b/kallithea/templates/pullrequests/pullrequest_data.html
--- a/kallithea/templates/pullrequests/pullrequest_data.html
+++ b/kallithea/templates/pullrequests/pullrequest_data.html
@@ -61,7 +61,7 @@
%if pr.owner_id == request.authuser.user_id:
${h.form(url('pullrequest_delete', repo_name=pr.other_repo.repo_name, pull_request_id=pr.pull_request_id))}
-
-
-
+
+
${h.end_form()}
%endif
|