Merge lp://staging/~cjohnston/summit/add-all-meetings into lp://staging/summit
Proposed by
Chris Johnston
Status: | Merged |
---|---|
Approved by: | Chris Johnston |
Approved revision: | 544 |
Merged at revision: | 545 |
Proposed branch: | lp://staging/~cjohnston/summit/add-all-meetings |
Merge into: | lp://staging/summit |
Diff against target: |
284 lines (+197/-27) 5 files modified
summit/schedule/templates/schedule/actions.html (+27/-27) summit/schedule/templates/schedule/all_meetings.html (+135/-0) summit/schedule/tests/reverse_url.py (+6/-0) summit/schedule/views.py (+24/-0) summit/urls.py (+5/-0) |
To merge this branch: | bzr merge lp://staging/~cjohnston/summit/add-all-meetings |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Joe Talbott | Approve | ||
Chris Johnston | Needs Resubmitting | ||
Review via email: mp+163042@code.staging.launchpad.net |
Commit message
Creates a page that lists all meetings for an event
To post a comment you must log in.
Nothing jumps out at me. Those loops on L240 and L245 could get ugly if you have a lot of tracks and meetings but I don't thing that's the case right now.
I'm not familiar enough with the codebase to really comment on the templates and CSS stuff.