Skip to content

Commit

Permalink
fix blog.views in content.rst and add arinker to contributors.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
arinker committed Oct 10, 2013
1 parent 24b3773 commit 41d3a0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,5 @@ Contributors

- Sébastien Verbois, 2013/10/05

- Arno Rinker, 2013/10/10

4 changes: 4 additions & 0 deletions docs/content.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ view that lives in your application:
# in a module named blog.views
from pyramid.httpexceptions import HTTPFound
from pyramid.view import (
view_config,
view_defaults,
)
@view_config(name='add_blog_entry', request_method='POST')
def add_blogentry(context, request):
Expand Down

0 comments on commit 41d3a0a

Please sign in to comment.