Skip to content

Commit

Permalink
View function docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
akavlie committed Mar 17, 2011
1 parent 0be397a commit 9163a0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/grid/views.py
Expand Up @@ -169,6 +169,7 @@ def edit_element(request, feature_id, package_id, template_name="grid/edit_eleme


@login_required @login_required
def add_grid_package(request, grid_slug, template_name="grid/add_grid_package.html"): def add_grid_package(request, grid_slug, template_name="grid/add_grid_package.html"):
"""Add an existing package to this grid."""


grid = get_object_or_404(Grid, slug=grid_slug) grid = get_object_or_404(Grid, slug=grid_slug)
grid_package = GridPackage() grid_package = GridPackage()
Expand Down

0 comments on commit 9163a0d

Please sign in to comment.