Merge lp:~ronnie.vd.c/erato/trunk into lp:erato
Proposed by
Ronnie
on 2010-10-20
| Status: | Merged |
|---|---|
| Merged at revision: | 3 |
| Proposed branch: | lp:~ronnie.vd.c/erato/trunk |
| Merge into: | lp:erato |
| Diff against target: |
420 lines (+266/-8) 16 files modified
.bzrignore (+5/-0) art_website/assets/models.py (+17/-0) art_website/assets/tests.py (+17/-0) art_website/assets/views.py (+17/-0) art_website/common/context_processors.py (+17/-0) art_website/common/launchpad.py (+20/-4) art_website/common/shortcuts.py (+17/-0) art_website/common/utils.py (+17/-0) art_website/common/views.py (+17/-0) art_website/common/widgets.py (+17/-0) art_website/settings.py (+21/-4) art_website/urls.py (+17/-0) art_website/users/admin.py (+17/-0) art_website/users/management/commands/update-profiles.py (+16/-0) art_website/users/models.py (+17/-0) media/css/styles.css (+17/-0) |
| To merge this branch: | bzr merge lp:~ronnie.vd.c/erato/trunk |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Martin Owens | 2010-10-20 | Approve on 2010-10-20 | |
|
Review via email:
|
|||
Description of the Change
Added Copyright and GPLv3 comment
To post a comment you must log in.
lp:~ronnie.vd.c/erato/trunk
updated
on 2010-10-20

Good commit, thanks!