]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/views/commands.py
beta version af the sx importer, don't use for importing production sites, only for...
[osqa.git] / forum / views / commands.py
index b12991137d7c9f65d8e6fc1aed1af3778a601433..ee62af4c6859f2acb5ffd8171bbe29e8d2ded383 100644 (file)
@@ -43,7 +43,7 @@ class AnonymousNotAllowedException(Exception):
 
 class NotEnoughLeftException(Exception):
     def __init__(self, action, limit):
-        super(NotEnoughRepPointsException, self).__init__(
+        super(NotEnoughLeftException, self).__init__(
             _("""
             Sorry, but you don't have enough %(action)s left for today..<br />
             The limit is %(limit)s per day..<br />