Skip to content

Commit 7e2b575

Browse files
committed
Update links
1 parent 1aae3ae commit 7e2b575

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

django_school/classroom/templates/classroom/home.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<h2>Welcome to the Django Schools! <span class="icon-emo-happy"></span></h2>
55
<p class="lead">
66
If you already have an account, go ahead and <a href="{% url 'login' %}">log in</a>. If you are new to Django Schools, get started
7-
by creating a <a href="{% url 'student_signup' %}">student account</a> or a <a href="">teacher account</a>.
7+
by creating a <a href="{% url 'student_signup' %}">student account</a> or a <a href="{% url 'teacher_signup' %}">teacher account</a>.
88
</p>
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="">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/19/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>
16-
<p>Want to run this code locally? <a href="">Read detailed instructions on how to run this project</a>.</p>
16+
<p>Want to run this code locally? <a href="https://github.com/sibtc/django-multiple-user-types-example/blob/master/README.md">Read detailed instructions on how to run this project</a>.</p>
1717
<p class="mb-0">Vitor Freitas<br><a href="https://twitter.com/vitorfs/">@vitorfs</a></p>
1818
{% endblock %}

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="#">Read more about this example</a>
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>
6565
/
6666
<a href="https://github.com/sibtc/django-multiple-user-types-example">GitHub repository</a>
6767
</footer>

0 commit comments

Comments
 (0)