Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solution #802

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Solution #802

wants to merge 2 commits into from

Conversation

YerepSemyon
Copy link

Screenshot from 2024-09-13 17-01-25
Screenshot from 2024-09-13 17-01-53
Screenshot from 2024-09-13 17-02-11
Screenshot from 2024-09-13 17-02-45
Screenshot from 2024-09-13 17-03-51

Comment on lines 2 to 15
{% if user.is_authenticated %}
<li>
User: <a href="{% url "taxi:driver-detail" pk=user.id %}">{{ user.username }}</a>
</li>
<li>
<a href="{% url 'logout' %}">Logout</a>
</li>
{% else %}
<li>
<a href="{% url 'login' %}">Login</a>
</li>
{% endif %}
<hr>
<br>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please fix html format

Copy link
Author

@YerepSemyon YerepSemyon Sep 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interesting, I don't know why it is displayed like that here, because everything looks fine in PyCharm. I will write this part from scratch
Screenshot from 2024-09-14 14-47-45

@YerepSemyon YerepSemyon requested a review from vsmutok September 14, 2024 12:10
Copy link

@vsmutok vsmutok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks Good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants