mgaitan / waliki

A wiki engine powered by Django and Git
http://waliki.pythonanywhere.com
BSD 3-Clause "New" or "Revised" License
309 stars 56 forks source link

Git plugin pages don't show breadcrumbs #138

Closed wagnerflo closed 7 years ago

wagnerflo commented 7 years ago

The code to add the breadcrumbs variable is used in waliki.views but not in the view functions in waliki.git.views. So these pages show no breadcrumbs.

Temporarily I've helped myself with a custom template tag for my project. Maybe this would also be the solution to use in general?

mgaitan commented 7 years ago

could you share your workaround? thanks for all your contributions, btw