+ ${h.text('clone_uri',class_="medium")}
+ ${_('Optional http[s] url from which repository should be cloned.')}
+
+
${h.select('repo_group','',c.repo_groups,class_="medium")}
+ ${_('Optional select a group to put this repository into.')}
@@ -47,16 +57,18 @@
- ${h.textarea('description',cols=23,rows=5)}
+ ${h.textarea('description')}
+ ${_('Keep it short and to the point. Use a README file for longer descriptions.')}
-
+
${h.checkbox('private',value="True")}
+ ${_('Private repositories are only visible to people explicitly added as collaborators.')}