You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: django_school/classroom/templates/classroom/home.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ <h2>Welcome to the Django Schools! <span class="icon-emo-happy"></span></h2>
9
9
<hr>
10
10
<h3>What's this about?</h3>
11
11
<p>
12
-
This Django application is an example I created to illustrate a <ahref="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 <ahref="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>.
13
13
In this application, users can sign up as a student or a teacher. Teachers can create quizzes and students can answer quizzes
<ahref="https://simpleisbetterthancomplex.com/tutorial/2018/01/19/how-to-implement-multiple-user-types-with-django.html">Read more about this example</a>
64
+
<ahref="https://simpleisbetterthancomplex.com/tutorial/2018/01/18/how-to-implement-multiple-user-types-with-django.html">Read more about this example</a>
0 commit comments