Skip to content

Commit d0dc5f9

Browse files
committed
converting web frameworks page and checking links
1 parent 6cf271d commit d0dc5f9

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

all.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,6 @@ <h2>Web frameworks learning checklist</h2>
11991199
web.</p>
12001200
</li>
12011201
</ol>
1202-
<h3>Which web framework do you want to learn about?</h3>
12031202
<h1>Django</h1>
12041203
<p><a href="http://www.djangoproject.com/">Django</a> is a widely used Python web
12051204
application framework with a "batteries-included" philosophy. The principle

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-26T13:53:36Z</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-26T13:59:01Z</updated></feed>

source/content/pages/04-web-development/01-web-frameworks.markdown

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,3 @@ While you're learning about web frameworks you should also study
103103
the [deployment](/deployment.html) section to make it accessible on the
104104
web.
105105

106-
107-
### Which web framework do you want to learn about?

source/theme/templates/choices/web-frameworks.html

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

0 commit comments

Comments
 (0)