Skip to content

Commit b794745

Browse files
authored
Change Flask title to Django
1 parent 8b9e610 commit b794745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-django-magic-link-example/magic_link_example/magic_link/templates/magic_link/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1>WorkOS</h1>
1212
</div>
1313
</div>
1414

15-
<h2>Python Flask Magic Link Example App</h2>
15+
<h2>Python Django Magic Link Example App</h2>
1616
<form method="POST" action="{% url 'passwordless_auth' %}">
1717
{% csrf_token %}
1818
<div class='flex_column'>

0 commit comments

Comments
 (0)