Skip to content

Commit

Permalink
Removed unnecessary section from config/inde and added
Browse files Browse the repository at this point in the history
IMDBWatchlist.enabled into config
  • Loading branch information
lechat committed Jan 7, 2012
1 parent 8948ed7 commit 3c4cfcc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions app/controllers/config.py
Expand Up @@ -90,6 +90,7 @@ def save(self, **data):
'Subtitles.enabled', 'Subtitles.addLanguage',
'MovieRSS.enabled',
'KinepolisRSS.enabled',
'IMDBWatchlist.enabled',
]
)
data.update(data.fromkeys(bools, False))
Expand Down
8 changes: 0 additions & 8 deletions app/views/config/index.html
Expand Up @@ -443,14 +443,6 @@ <h3>MysterBin</h3>
</fieldset>
</div>

<div class="group imdb">
<fieldset class="inlineLabels">
<div>Got a jailbroken iPhone? Get the CouchPotato app on Cydia! <span>(search for "<strong>iCouchPotato</strong>")</span></div>
<img src="${baseUrl}media/images/iphone1.png" /><img src="${baseUrl}media/images/iphone2.png" /><img src="${baseUrl}media/images/iphone3.png" />
<div>Why isn't it in the normal Appstore you ask? Because Apple is being a bitch!</div>
</fieldset>
</div>

<div class="group iphone">
<fieldset class="inlineLabels">
<div>Got a jailbroken iPhone? Get the CouchPotato app on Cydia! <span>(search for "<strong>iCouchPotato</strong>")</span></div>
Expand Down

0 comments on commit 3c4cfcc

Please sign in to comment.