Skip to content

Commit

Permalink
'Solution_2'
Browse files Browse the repository at this point in the history
  • Loading branch information
elenkomar committed Nov 1, 2023
1 parent d796cfe commit b1fedbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
<li><a href="{% url "taxi:manufacturer-list" %}">Manufacturers</a></li>
<li><a href="{% url "taxi:car-list" %}">Cars</a></li>
<li><a href="{% url "taxi:driver-list" %}">Drivers</a></li>
</ul>
</ul>
2 changes: 1 addition & 1 deletion templates/registration/logged_out.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
<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="Login">
<input type="hidden" name="next" value="{{ next }}">
</form>
{% endblock %}
{% endblock %}

0 comments on commit b1fedbb

Please sign in to comment.