Skip to content

Commit

Permalink
docs: add download link for phone validator in employee tutorial (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Nov 8, 2018
1 parent ac85d1f commit db2708e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/examples/tut_employee.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ Here is the Python code (:download:`download here
.. literalinclude:: ../../../examples/tutorial/employee/employee.py
:language: python

Here is the Python code for the phone number validator (:download:`download here
<../../../examples/tutorial/employee/phone_validator.py>`):

.. literalinclude:: ../../../examples/tutorial/employee/phone_validator.py
:language: python


``EmployeeForm`` Definition block
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Expand Down

0 comments on commit db2708e

Please sign in to comment.