Skip to content

Commit 51711bf

Browse files
committed
changing django choices header to template
1 parent d0dc5f9 commit 51711bf

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
@@ -1623,7 +1623,6 @@ <h2>Django learning checklist</h2>
16231623
project on the web.</p>
16241624
</li>
16251625
</ol>
1626-
<h3>What do you need to learn next for your Django app?</h3>
16271626
<h1>Flask</h1>
16281627
<p><a href="http://flask.pocoo.org/">Flask</a> is a Python web framework built with a
16291628
<a href="http://flask.pocoo.org/docs/design/">small core and easy-to-extend philosophy</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-26T13:59:01Z</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-27T17:22:25Z</updated></feed>

source/content/pages/04-web-development/02-django.markdown

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,5 +375,3 @@ to handle these files properly.
375375
1. Move on to the [deployment section](/deployment.html) to get your Django
376376
project on the web.
377377

378-
379-
### What do you need to learn next for your Django app?

source/theme/templates/choices/django.html

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

0 commit comments

Comments
 (0)