Skip to content

Commit 04ce15d

Browse files
committed
update references to github commits for the updated files
1 parent 41680ad commit 04ce15d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/presentations/session07.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Questions About the Homework?
3737
class EntryEditForm(EntryCreateForm):
3838
id = HiddenField()
3939
40-
`View the form online <https://github.com/cewing/training.python_web/blob/5e02f6f84322145433c515c191679ccf976dcae4/resources/session03/forms.py#L25>`_
40+
`View the form online <https://github.com/cewing/training.python_web/blob/807a49f20fea1e7e7393347c82df47eff83f3210/resources/session07/forms.py#L25>`_
4141

4242
.. nextslide:: A Working Edit View
4343

@@ -56,7 +56,7 @@ Questions About the Homework?
5656
return HTTPFound(location=request.route_url(http://github.com/%3Cspan%20class=%22pl-s%22%3E%3Cspan%20class=%22pl-pds%22%3E'%3C/span%3Edetail%3Cspan%20class=%22pl-pds%22%3E'%3C/span%3E%3C/span%3E,%20%3Cspan%20class=%22pl-v%22%3Eid%3C/span%3E%3Cspan%20class=%22pl-k%22%3E=%3C/span%3Eentry.id))
5757
return {'form': form, 'action': request.matchdict.get('action')}
5858
59-
`See this view online <https://github.com/cewing/training.python_web/blob/5e02f6f84322145433c515c191679ccf976dcae4/resources/session03/views.py#L43>`_
59+
`See this view online <https://github.com/cewing/training.python_web/blob/807a49f20fea1e7e7393347c82df47eff83f3210/resources/session07/views.py#L43>`_
6060

6161
.. nextslide:: Linking to the Edit Form
6262

@@ -75,7 +75,7 @@ Questions About the Homework?
7575
{% endblock %}
7676

7777

78-
`View this template online <https://github.com/cewing/training.python_web/blob/9e1c9db3a379d1d63371cffddaf8e63f862872c8/resources/session03/detail.jinja2#L12>`_
78+
`View this template online <https://github.com/cewing/training.python_web/blob/807a49f20fea1e7e7393347c82df47eff83f3210/resources/session07/detail.jinja2#L12>`_
7979

8080
.. nextslide:: A Working User Model
8181

@@ -91,7 +91,7 @@ Questions About the Homework?
9191
def by_name(cls, name):
9292
return DBSession.query(cls).filter(cls.name == name).first()
9393
94-
`View this model online <https://github.com/cewing/training.python_web/blob/5e02f6f84322145433c515c191679ccf976dcae4/resources/session03/models.py#L62>`_
94+
`View this model online <https://github.com/cewing/training.python_web/blob/807a49f20fea1e7e7393347c82df47eff83f3210/resources/session07/models.py#L62>`_
9595

9696
Securing An Application
9797
=======================

0 commit comments

Comments
 (0)