def forum(self, forum=None):
"""Creates a link to the specified forum. If no id is given, a general link is created."""
if forum is None:
return 'http://winterrodeln-forum.org/'
def forum(self, forum=None):
"""Creates a link to the specified forum. If no id is given, a general link is created."""
if forum is None:
return 'http://winterrodeln-forum.org/'