Changeset - b61b7e266b39
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 14 years ago 2012-03-29 16:22:26
marcin@python-works.com
Make copy permission checkbox checked by default
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/forks/fork.html
Show inline comments
 
@@ -65,7 +65,7 @@
 
                    <label for="private">${_('Copy permissions')}:</label>
 
                </div>
 
                <div class="checkboxes">
 
                    ${h.checkbox('copy_permissions',value="True")}
 
                    ${h.checkbox('copy_permissions',value="True", checked="checked")}
 
                </div>
 
             </div>
 
            <div class="field">
0 comments (0 inline, 0 general)