From 5f3f74a4c49dfd37a0341ea01b9b5163c90f529d Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Sat, 7 Nov 2015 15:37:06 +0100 Subject: [PATCH] The config context is useless for jinja templates --- patacrep/songs/chordpro/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/patacrep/songs/chordpro/__init__.py b/patacrep/songs/chordpro/__init__.py index 323548e9..330b2f3e 100644 --- a/patacrep/songs/chordpro/__init__.py +++ b/patacrep/songs/chordpro/__init__.py @@ -44,7 +44,6 @@ class ChordproSong(Song): "authors": self.authors, "metadata": self.data, "render": self._render_ast, - "config": self.config, "content": self.cached['song'].content, }