Browse Source

SummaryPage-Modul: Use full path for embeding entry template since relative paths don't work on already embeded pages

develop
Jonathan Golder 9 years ago
parent
commit
f360deb1a0
  1. 2
      summarypage.py

2
summarypage.py

@ -258,7 +258,7 @@ class SummaryPageEntryTemplate():
"""
self.template = next( mwparser.parse(
"{{/Eintrag|Liste=|Liste_Revision=|Interpret=|Titel=NN\
"{{Portal:Charts und Popmusik/Aktuelle Nummer-eins-Hits/Eintrag|Liste=|Liste_Revision=|Interpret=|Titel=NN\
|Chartein=|Korrektur=|Hervor=}}" ).ifilter_templates() )
def __getattr__( self, name ):

Loading…
Cancel
Save