Skip to content
Snippets Groups Projects

Füge Kategorien für DokuWiki hinzu

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -333,7 +333,7 @@ class Protocol(DatabaseModel):
@@ -333,7 +333,7 @@ class Protocol(DatabaseModel):
return "Protokoll:{}-{:%Y-%m-%d}".format(
return "Protokoll:{}-{:%Y-%m-%d}".format(
self.protocoltype.short_name, self.date)
self.protocoltype.short_name, self.date)
def get_dokuwiki_title(self):
def get_dokuwiki_pagetitle(self):
""" Uses dokuwiki namespaces in the pagetitle as a standin for a categories
""" Uses dokuwiki namespaces in the pagetitle as a standin for a categories
The default namespace 'protokoll', is used if protocoltype.wiki_category is empty.
The default namespace 'protokoll', is used if protocoltype.wiki_category is empty.
Loading