Skip to content

Commit 01315dd

Browse files
committed
switching over flask page
1 parent 51711bf commit 01315dd

File tree

5 files changed

+3
-5
lines changed

5 files changed

+3
-5
lines changed

all.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1881,7 +1881,6 @@ <h2>Flask framework learning checklist</h2>
18811881
<p><i class="fa fa-check-square-o"></i>
18821882
Move on to the <a href="/deployment.html">deployment section</a> to get your initial
18831883
Flask project on the web.</p>
1884-
<h3>What do you need to learn about web frameworks next?</h3>
18851884
<h1>Bottle</h1>
18861885
<p><a href="http://bottlepy.org/docs/dev/index.html">Bottle</a> is a WSGI-compliant
18871886
<a href="https://github.com/defnull/bottle/blob/master/bottle.py">single source file</a>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-05-27T17:22:25Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-05-28T10:24:49Z</updated></feed>

flask.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ <h2>Flask framework learning checklist</h2>
292292
<p><i class="fa fa-check-square-o"></i>
293293
Move on to the <a href="/deployment.html">deployment section</a> to get your initial
294294
Flask project on the web.</p>
295-
<h3>What do you need to learn about web frameworks next?</h3>
295+
<h3>What web development topic do you want to learn next?</h3>
296296
<div class="row">
297297
<div class="col-md-4">
298298
<div class="well select-next">

source/content/pages/04-web-development/03-flask.markdown

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,5 +238,3 @@ Flask tutorial plus open source example applications found below.
238238
Move on to the [deployment section](/deployment.html) to get your initial
239239
Flask project on the web.
240240

241-
242-
### What do you need to learn about web frameworks next?

source/theme/templates/choices/flask.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<h3>What web development topic do you want to learn next?</h3>
12
<div class="row">
23
<div class="col-md-4">
34
<div class="well select-next">

0 commit comments

Comments
 (0)