]> git.openstreetmap.org Git - osqa.git/blob - forum/__init__.py
show information about the badge you just got in the message notification instead...
[osqa.git] / forum / __init__.py
1 class RequestHolder(object):
2     def __init__(self):
3         self.request = None
4
5 REQUEST_HOLDER = RequestHolder()