Show More
@@ -286,7 +286,7 b' class RepoModel(BaseModel):' | |||||
286 | if 'repo_group' in kwargs: |
|
286 | if 'repo_group' in kwargs: | |
287 | cur_repo.group = RepoGroup.get(kwargs['repo_group']) |
|
287 | cur_repo.group = RepoGroup.get(kwargs['repo_group']) | |
288 |
|
288 | |||
289 |
for strip, k in [( |
|
289 | for strip, k in [(1, 'repo_enable_downloads'), | |
290 | (1, 'repo_description'), (1, 'repo_enable_locking'), |
|
290 | (1, 'repo_description'), (1, 'repo_enable_locking'), | |
291 | (1, 'repo_landing_rev'), (0, 'clone_uri'), |
|
291 | (1, 'repo_landing_rev'), (0, 'clone_uri'), | |
292 | (1, 'repo_private'), (1, 'repo_enable_statistics')]: |
|
292 | (1, 'repo_private'), (1, 'repo_enable_statistics')]: |
@@ -55,14 +55,6 b'' | |||||
55 | </div> |
|
55 | </div> | |
56 | <div class="field"> |
|
56 | <div class="field"> | |
57 | <div class="label"> |
|
57 | <div class="label"> | |
58 | <label for="repo_type">${_('Type')}:</label> |
|
|||
59 | </div> |
|
|||
60 | <div class="input"> |
|
|||
61 | ${h.select('repo_type','hg',c.backends,class_="medium")} |
|
|||
62 | </div> |
|
|||
63 | </div> |
|
|||
64 | <div class="field"> |
|
|||
65 | <div class="label"> |
|
|||
66 | <label for="repo_landing_rev">${_('Landing revision')}:</label> |
|
58 | <label for="repo_landing_rev">${_('Landing revision')}:</label> | |
67 | </div> |
|
59 | </div> | |
68 | <div class="input"> |
|
60 | <div class="input"> |
General Comments 0
You need to be logged in to leave comments.
Login now