Skip to content

Commit

Permalink
"Solution"
Browse files Browse the repository at this point in the history
  • Loading branch information
WonnaKoo committed Sep 27, 2023
1 parent cdd6616 commit 37ddaa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/registration/logged_out.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
{% block content %}
<p>Logged out</p>
<a href="{% url 'login' %}">Click here to login</a>
{% endblock %}
{% endblock %}
2 changes: 1 addition & 1 deletion templates/registration/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ <h1>Login</h1>
<input type="submit" value="Submit">
<input type="hidden" name="next" value="{{ next }}">
</form>
{% endblock %}
{% endblock %}

0 comments on commit 37ddaa7

Please sign in to comment.