Remove duplicate permission

This commit is contained in:
Trever Fischer
2012-04-23 10:52:26 -04:00
parent 0d546bc66d
commit ace52dc66e

View File

@@ -69,7 +69,6 @@ class Topic(models.Model):
class Meta:
ordering = ['-sticky', '-updated']
permissions = (
('delete_topic', "Can delete topics"),
('move_topic', "Can move topics"),
('sticky_topic', "Can sticky topics"),
)