-# -*- coding: utf-8 -*-
-#
# This file is part of FNP-Redakcja, licensed under GNU Affero GPLv3 or later.
# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
#
else:
revision = chunk.publishable()
if revision is None:
- raise Http404
+ revision = chunk.head
xml = revision.materialize().encode('utf-8')
try: