Show More
@@ -286,7 +286,7 b' class RepoModel(BaseModel):' | |||
|
286 | 286 | if 'repo_group' in kwargs: |
|
287 | 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 | 290 | (1, 'repo_description'), (1, 'repo_enable_locking'), |
|
291 | 291 | (1, 'repo_landing_rev'), (0, 'clone_uri'), |
|
292 | 292 | (1, 'repo_private'), (1, 'repo_enable_statistics')]: |
@@ -55,14 +55,6 b'' | |||
|
55 | 55 | </div> |
|
56 | 56 | <div class="field"> |
|
57 | 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 | 58 | <label for="repo_landing_rev">${_('Landing revision')}:</label> |
|
67 | 59 | </div> |
|
68 | 60 | <div class="input"> |
General Comments 0
You need to be logged in to leave comments.
Login now