Browse Source

Fixed legal pages

Rafał Pitoń 11 years ago
parent
commit
7301d475b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/legal/views.py

+ 1 - 1
misago/legal/views.py

@@ -23,7 +23,7 @@ def get_parsed_content(setting_name):
     else:
         cached_content = {
             'checksum': unparsed_checksum,
-            'parsed': common_flavour(unparsed_content),
+            'parsed': common_flavour(unparsed_content)['parsed_text'],
         }
         cache.set(cache_name, cached_content)
         return cached_content['parsed']