Skip to content

Commit fe1b083

Browse files
committed
small edit
1 parent fdde7b0 commit fe1b083

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

flask/part3_templates/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ if __name__ == '__main__':
6363
app.run(debug=True)
6464
```
6565

66+
Now we will transform that (students1.py) into students2.py, as seen [in the folder named ex1-app](ex1-app).
67+
6668
To replace the awkward HTML in the functions and use templates instead, we make one change to the **top part** of the file (where we *initialize* the app):
6769

6870
```python

0 commit comments

Comments
 (0)