summaryrefslogtreecommitdiff
path: root/docs/quick_tour/templating/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/quick_tour/templating/views.py')
-rw-r--r--docs/quick_tour/templating/views.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/quick_tour/templating/views.py b/docs/quick_tour/templating/views.py
index 6c7846efa..90730ae32 100644
--- a/docs/quick_tour/templating/views.py
+++ b/docs/quick_tour/templating/views.py
@@ -1,8 +1,6 @@
from pyramid.view import view_config
-# Start View 1
@view_config(route_name='hello', renderer='hello_world.pt')
def hello_world(request):
return dict(name=request.matchdict['name'])
- # End View 1 \ No newline at end of file