Skip to content

Commit

Permalink
Fixed title for gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
LongHairedHacker committed Nov 14, 2016
1 parent 559bf28 commit 5537235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gallery.py
Expand Up @@ -75,7 +75,7 @@ def get_news_item(self):

def get_context(self):
context = super(Gallery,self).get_context()
context['title'] = self.title
context['title'] = self.description['title']

markdown_converter = markdown.Markdown(extensions = self.markdown_extensions)

Expand Down

0 comments on commit 5537235

Please sign in to comment.