Skip to content

Commit

Permalink
Solution_2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew13X committed Dec 8, 2023
1 parent f03fc9c commit 5030263
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 ti 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">
</form>

{% endblock %}
{% endblock %}

0 comments on commit 5030263

Please sign in to comment.