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 @@ -27,13 +27,13 @@ ## enabled auth plugins

${_('Authentication Plugins')}

-
- -
${h.text("auth_plugins", class_='large')} - ${_('Comma-separated list of plugins; Kallithea will try user authentication in plugin order')} -
${_('Available built-in plugins')}
-
    - %for plugin_path in c.available_plugins: +
    + +
    ${h.text("auth_plugins", class_='large')} + ${_('Comma-separated list of plugins; Kallithea will try user authentication in plugin order')} +
    ${_('Available built-in plugins')}
    +
      + %for plugin_path in c.available_plugins:
    • @@ -42,10 +42,10 @@ ${plugin_path}
    • - %endfor -
    -
    -
    + %endfor +
+
+
%for cnt, module in enumerate(c.enabled_plugins): 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 @@ -43,7 +43,6 @@ -
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 @@ -65,7 +65,7 @@
- ${c.gists_pager.pager('$link_previous ~2~ $link_next', **request.GET.mixed())} + ${c.gists_pager.pager('$link_previous ~2~ $link_next', **request.GET.mixed())}
%else: diff --git a/kallithea/templates/admin/my_account/my_account.html b/kallithea/templates/admin/my_account/my_account.html --- a/kallithea/templates/admin/my_account/my_account.html +++ b/kallithea/templates/admin/my_account/my_account.html @@ -22,21 +22,21 @@ ##main
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 @@ -37,12 +37,12 @@
-
+
${h.text('new_email', class_='medium')}
-
+
${h.submit('save',_('Add'),class_="btn btn-default")} diff --git a/kallithea/templates/admin/my_account/my_account_profile.html b/kallithea/templates/admin/my_account/my_account_profile.html --- a/kallithea/templates/admin/my_account/my_account_profile.html +++ b/kallithea/templates/admin/my_account/my_account_profile.html @@ -1,50 +1,50 @@ ${h.form(url('my_account'), method='post')}
-
-
+
+
${h.gravatar_div(c.user.email)}

- %if c.visual.use_gravatar: - ${_('Change your avatar at')} gravatar.com -
${_('Using')} ${c.user.email} - %else: - ${_('Avatars are disabled')} -
${c.user.email or _('Missing email, please update your user email address.')} - [${_('Current IP')}: ${c.ip_addr}] - %endif -

-
-
+ %if c.visual.use_gravatar: + ${_('Change your avatar at')} gravatar.com +
${_('Using')} ${c.user.email} + %else: + ${_('Avatars are disabled')} +
${c.user.email or _('Missing email, please update your user email address.')} + [${_('Current IP')}: ${c.ip_addr}] + %endif +

+
+
-
+
- ${h.text('username',class_='medium', readonly=c.readonly('username'))} + ${h.text('username',class_='medium', readonly=c.readonly('username'))}
-
+
-
+
${h.text('firstname',class_="medium", readonly=c.readonly('firstname'))}
-
+
-
+
${h.text('lastname',class_="medium", readonly=c.readonly('lastname'))}
-
+
-
+
${h.text('email',class_="medium", readonly=c.readonly('email'))}
-
+
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 @@ -20,19 +20,19 @@ ${self.breadcrumbs()}
- - %if c.notifications: -
- ${_('Mark All Read')} -
- %endif -
- <%include file='notifications_data.html'/> -
+ + %if c.notifications: +
+ ${_('Mark All Read')} +
+ %endif +
+ <%include file='notifications_data.html'/> +