Changeset - a98e489e52c9
[Not reviewed]
default
0 1 0
Mads Kiilerich - 10 years ago 2016-05-04 01:18:25
madski@unity3d.com
settings: fix missing label for Clone URL
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/admin/settings/settings_visual.html
Show inline comments
 
@@ -36,6 +36,9 @@ ${h.form(url('admin_settings_visual'), m
 
                                                        {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)}
0 comments (0 inline, 0 general)