You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As stated in the other issue filed for this project: I endorse people to fork my project for now as I will not maintain the current branch. I am considering large parts of the code to be substandard and there is a general lack of unit tests.
However, as some people are actually using this code right now they will benefit from you fixing this issue and sharing. Other people have already started this, you might want to consider forking of off them - forking is very easy and gives you your own copy of the code to mess around with and do as you please. Currently, the branch forked by glibersat looks sane: http://github.com/glibersat/django-agenda/fork
So: please fork!
Thanks anyway for finding this issue and submitting the patch.
when you browse to the / dir where the app is configured to run you get the following error:
Caught an exception while rendering: Reverse for 'agenda-archive-year' with arguments '('',)' and keyword arguments '{}' not found.
this is because previous_year and next_year aren't defined, since you didn't supply them.
The demo template assumes it's in the year modus if month wasn't found.
to fix: apply this patch
The text was updated successfully, but these errors were encountered: