Skip to content

Commit

Permalink
Another view function docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
akavlie committed Mar 17, 2011
1 parent 9163a0d commit 52bce58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/grid/views.py
Expand Up @@ -204,6 +204,7 @@ def add_grid_package(request, grid_slug, template_name="grid/add_grid_package.ht

@login_required
def add_new_grid_package(request, grid_slug, template_name="package/package_form.html"):
"""Add a package to a grid that isn't yet represented on the site."""

grid = get_object_or_404(Grid, slug=grid_slug)

Expand Down

0 comments on commit 52bce58

Please sign in to comment.