Skip to content

Commit bba8ee0

Browse files
committed
fix missing commas on table of contents page
1 parent 21fbf51 commit bba8ee0

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

content/pages/examples/flask/flask-code-examples.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,11 @@ Code examples from Flasky are shown on the following pages:
6969

7070
* [flask_sqlalchemy SQLAlchemy Model](/flask-sqlalchemy-model-examples.html)
7171

72+
73+
### newspie
74+
[NewsPie](https://github.com/skamieniarz/newspie) is a minimalistic news
75+
aggregator created with [Flask](/flask.html) and the
76+
[News API](https://newsapi.org/).
77+
78+
NewsPie is provided as open source under the
79+
[MIT license](https://github.com/skamieniarz/newspie/blob/master/LICENSE).

theme/templates/table-of-contents.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ <h4 class="bp"><a href="/django-forms-examples.html">django.forms</a>
9595
<a href="/django-forms-integerfield-examples.html">IntegerField</a>
9696
</h4>
9797
<h4 class="bp">django.http
98-
<a href="/django-http-httpresponse-examples.html">HttpResponse</a>
99-
<a href="/django-http-httpresponsebadrequest-examples.html">HttpResponseBadRequest</a>
98+
<a href="/django-http-httpresponse-examples.html">HttpResponse</a>,
99+
<a href="/django-http-httpresponsebadrequest-examples.html">HttpResponseBadRequest</a>,
100100
<a href="/django-http-httpresponseforbidden-examples.html">HttpResponseForbidden</a>,
101101
<a href="/django-http-httpresponsenotmodified-examples.html">HttpResponseNotModified</a>,
102102
<a href="/django-http-http404-examples.html">Http404</a>,

0 commit comments

Comments
 (0)