Skip to content

Commit 8a65d98

Browse files
committed
Fix post url
1 parent 7e2b575 commit 8a65d98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

django_school/classroom/templates/classroom/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h2>Welcome to the Django Schools! <span class="icon-emo-happy"></span></h2>
99
<hr>
1010
<h3>What's this about?</h3>
1111
<p>
12-
This Django application is an example I created to illustrate a <a href="https://simpleisbetterthancomplex.com/tutorial/2018/01/19/how-to-implement-multiple-user-types-with-django.html">blog post about how to implement multiple user types</a>.
12+
This Django application is an example I created to illustrate a <a href="https://simpleisbetterthancomplex.com/tutorial/2018/01/18/how-to-implement-multiple-user-types-with-django.html">blog post about how to implement multiple user types</a>.
1313
In this application, users can sign up as a student or a teacher. Teachers can create quizzes and students can answer quizzes
1414
based on their interests.
1515
</p>

django_school/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h1 class="logo">
6161
<footer>
6262
<a href="https://simpleisbetterthancomplex.com">© SimpleIsBetterThanComplex.com</a>
6363
/
64-
<a href="https://simpleisbetterthancomplex.com/tutorial/2018/01/19/how-to-implement-multiple-user-types-with-django.html">Read more about this example</a>
64+
<a href="https://simpleisbetterthancomplex.com/tutorial/2018/01/18/how-to-implement-multiple-user-types-with-django.html">Read more about this example</a>
6565
/
6666
<a href="https://github.com/sibtc/django-multiple-user-types-example">GitHub repository</a>
6767
</footer>

0 commit comments

Comments
 (0)