Skip to content

Conversation

@Vaghasiya-Dev
Copy link

No description provided.

@netlify
Copy link

netlify bot commented Oct 31, 2025

Deploy Preview for pyladiescon-portal-docs ready!

Name Link
🔨 Latest commit 2fddb17
🔍 Latest deploy log https://app.netlify.com/projects/pyladiescon-portal-docs/deploys/6906b8537f6ba000087b6067
😎 Deploy Preview https://deploy-preview-237--pyladiescon-portal-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@Mariatta
Copy link
Member

Thanks for the PR. Would you mind sharing some screenshots of how it looks like with this style change?

@Mariatta
Copy link
Member

Also the tests are failing. Please check and fix the errors.

@Vaghasiya-Dev
Copy link
Author

Fixed related errors causing page malfunction and improved overall UI stability.

Screenshot (2055) Screenshot (2056) Screenshot (2054)

@Mariatta
Copy link
Member

Mariatta commented Nov 1, 2025

Please remove the entire .venv_local directory from the commit.

Copy link
Member

Choose a reason for hiding this comment

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

This should not be included.

<header class="card-header text-center py-4 bg-transparent border-0">
<div class="brand d-flex justify-content-center mb-2" aria-hidden="true">
<!-- simple inline SVG logo -->
<svg width="56" height="56" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="logo">
Copy link
Member

Choose a reason for hiding this comment

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

Should this be using the logo.svg file? Currently it looks like a blue icon.

@Mariatta
Copy link
Member

Mariatta commented Nov 2, 2025

The "Forgot password" link appears twice in the page. Can we keep just one? I like the one below the "Sign in" button.

{% endif %}
{% endblock extra_body %}
<!-- Accessibility + small UX improvements: autofocus first input, show/hide password -->
<script>
Copy link
Member

Choose a reason for hiding this comment

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

What is the purpose of this script?

<header class="card-header text-center py-4 bg-transparent border-0">
<div class="brand d-flex justify-content-center mb-3" aria-hidden="true">
<!-- inline SVG logo -->
<svg width="64" height="64" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="logo">
Copy link
Member

Choose a reason for hiding this comment

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

Should this be displaying the logo in img/logo.svg?

{% trans "Create your account" %}
{% endelement %}
{% element p class="muted small mt-2 mb-0" %}
{% trans "Join the community — create an account to register for events, manage your profile, and more." %}
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
{% trans "Join the community — create an account to register for events, manage your profile, and more." %}
{% trans "Join the community. Create an account to volunteer with PyLadiesCon." %}

</div>
{% endif %}

<p class="small text-muted mb-0">{% trans "By signing up you agree to the Code of Conduct and Terms of Service." %}</p>
Copy link
Member

Choose a reason for hiding this comment

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

Can this be moved to be closer to where the CoC and ToS checkboxes are? Eg under the "Agreements" heading.

{% endblock content %}
</div>

<footer class="card-footer bg-transparent text-center py-3 border-0">
Copy link
Member

Choose a reason for hiding this comment

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

We can remove the footer. The page footer already has info on how to get help (which is by visiting our GitHub repo).

{% if SOCIALACCOUNT_ENABLED %}
{% include "socialaccount/snippets/login.html" with page_layout="entrance" %}
{% endif %}
<link rel="stylesheet" href="{% static 'css/custom-login.css' %}">
Copy link
Member

Choose a reason for hiding this comment

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

Could this be added to the extra_head block instead of in the content block?

rel="noopener noreferrer">Code of Conduct</a>
</label>
{% if form.coc_agreement.errors %}
<link rel="stylesheet" href="{% static 'css/custom-login.css' %}">
Copy link
Member

Choose a reason for hiding this comment

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

Could this be added to the extra_head block instead of in the content block?

@Mariatta
Copy link
Member

Mariatta commented Nov 2, 2025

Please check the failing test.

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.

3 participants