]> git.0d.be Git - panikdb.git/commit
add view to add new wiki page
authorFrédéric Péters <fpeters@0d.be>
Thu, 11 Jun 2020 13:56:42 +0000 (15:56 +0200)
committerFrédéric Péters <fpeters@0d.be>
Thu, 11 Jun 2020 13:57:25 +0000 (15:57 +0200)
commitd4a4beeac633763db85049ee6978b008e8be1d37
treefca96118b6b07f7be6f092de8f26ffa4705afc4d
parentbc1c927a703dc6853a179df333f9dc0dd1622fc0
add view to add new wiki page
panikdb/settings.py
panikdb/templates/combo/page_template_sidebar.html
panikdb/urls.py
panikdb/wiki/__init__.py [new file with mode: 0644]
panikdb/wiki/forms.py [new file with mode: 0644]
panikdb/wiki/templates/wiki/new_page.html [new file with mode: 0644]
panikdb/wiki/views.py [new file with mode: 0644]