Show More
@@ -67,18 +67,6 b'' | |||
|
67 | 67 | </div> |
|
68 | 68 | </div> |
|
69 | 69 | |
|
70 | <div class="field"> | |
|
71 | <div class="label label-checkbox"> | |
|
72 | <label for="repo_group_enable_locking">${_('Enable Repository Locking')}:</label> | |
|
73 | </div> | |
|
74 | <div class="checkboxes"> | |
|
75 | ${c.form['repo_group_enable_locking'].render(css_class='medium', oid='repo_group_enable_locking')|n} | |
|
76 | ${c.form.render_error(request, c.form['repo_group_enable_locking'])|n} | |
|
77 | ||
|
78 | <span class="help-block">${_('Repository locking will be enabled on all subgroups and repositories inside this repository group. Pulling from a repository locks it, and it is unlocked by pushing back by the same user.')}</span> | |
|
79 | </div> | |
|
80 | </div> | |
|
81 | ||
|
82 | 70 | <div class="buttons"> |
|
83 | 71 | ${h.submit('save',_('Save'),class_="btn")} |
|
84 | 72 | ${h.reset('reset',_('Reset'),class_="btn")} |
General Comments 0
You need to be logged in to leave comments.
Login now