Skip to content

Commit

Permalink
Solution
Browse files Browse the repository at this point in the history
  • Loading branch information
olgierrd committed Dec 14, 2023
1 parent 223721d commit 254732f
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 @@ -3,4 +3,4 @@
{% block content %}
<p>Logged out!</p>
<a href="{% url 'login'%}">Click here to login again.</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 @@ -13,4 +13,4 @@ <h1>Login</h1>
<input type="submit" value="Submit">
<input type="hidden" name="next" value="{{ next }}">
</form>
{% endblock %}
{% endblock %}

0 comments on commit 254732f

Please sign in to comment.