changeset 5887:a98e489e52c9

settings: fix missing label for Clone URL
author Mads Kiilerich <madski@unity3d.com>
date Wed, 04 May 2016 01:18:25 +0200
parents 54793f1e0f33
children 98c3d9515cad
files kallithea/templates/admin/settings/settings_visual.html
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/admin/settings/settings_visual.html	Wed May 04 01:18:25 2016 +0200
+++ b/kallithea/templates/admin/settings/settings_visual.html	Wed May 04 01:18:25 2016 +0200
@@ -36,6 +36,9 @@
                                                         {netloc}    network location/server host of running Kallithea server''')}</span>
                     </div>
                 </div>
+                <div class="label label-checkbox">
+                    <label>${_('Clone URL')}:</label>
+                </div>
                 <div class="field">
                     <div class="input">
                         ${h.text('clone_uri_tmpl', size=80)}