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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@
4
4
<h2>Welcome to the Django Schools! <spanclass="icon-emo-happy"></span></h2>
5
5
<pclass="lead">
6
6
If you already have an account, go ahead and <ahref="{% url 'login' %}">log in</a>. If you are new to Django Schools, get started
7
-
by creating a <ahref="{% url 'student_signup' %}">student account</a> or a <ahref="">teacher account</a>.
7
+
by creating a <ahref="{% url 'student_signup' %}">student account</a> or a <ahref="{% url 'teacher_signup' %}">teacher account</a>.
8
8
</p>
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="">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/19/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
14
14
based on their interests.
15
15
</p>
16
-
<p>Want to run this code locally? <ahref="">Read detailed instructions on how to run this project</a>.</p>
16
+
<p>Want to run this code locally? <ahref="https://github.com/sibtc/django-multiple-user-types-example/blob/master/README.md">Read detailed instructions on how to run this project</a>.</p>
<ahref="https://simpleisbetterthancomplex.com/tutorial/2018/01/19/how-to-implement-multiple-user-types-with-django.html">Read more about this example</a>
0 commit comments