Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

person_events tag enhancement (and possibly others) #48

Open
barryrowlingson opened this issue Sep 7, 2012 · 0 comments
Open

person_events tag enhancement (and possibly others) #48

barryrowlingson opened this issue Sep 7, 2012 · 0 comments

Comments

@barryrowlingson
Copy link

Currently the peson_events tag is hardcoded to show only all_forthcoming events, but I wanted to list all people's talks on our people's pages (or maybe limit to the last 5...)

Change the person_events function defn in news_and_events_tags.py to:

  def person_events(context, view="all_forthcoming"):

and one line:

instance.view = view

keeps the current behaviour as default, but allows:

{% person_events "archive" %}

to display all events where a person is featured.

possibly some or all of the other variables hard-coded into the instance variable in the person_events function could also be optionally set this way.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant