-
Notifications
You must be signed in to change notification settings - Fork 4
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
[7942] euth, euth_wagtail: fix styling for login #2677
Conversation
2e68856
to
ac56afa
Compare
@hom3mad3 once this is merged I can initiate the release process. |
@hom3mad3 can you have a look when possible, I would like to work on the OPIN release after that. |
</li> | ||
--> | ||
</ul> | ||
</ul> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this can go<ul>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- the last
</ul>
is closing the list tag that starts at the beginning --><ul class="nav navbar-nav navbar-right ...>
- the line 4 class dropdown is needed for when we have logged in, see the if statement that indicates
if user.is_authenticated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uhm.. you are right, we don't need the extra closing
ac56afa
to
b27d1e4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks ok! ideally, we should fix the entire file, but it works for hiding the signup!
fixes #2676