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

mismatched Sponsor level item and title Platinum & Sapphire #1

Open
seokho-son opened this issue Jun 16, 2023 · 0 comments
Open

mismatched Sponsor level item and title Platinum & Sapphire #1

seokho-son opened this issue Jun 16, 2023 · 0 comments

Comments

@seokho-son
Copy link

https://github.com/openstack-kr/ocp-days-2023/blob/main/openinfradays/views.py#L79

def sponsors(request):
    diamond = Sponsor.objects.filter(level='Diamond')
    sapphire = Sponsor.objects.filter(level='Sapphire')

를 고려하면,

https://github.com/openstack-kr/ocp-days-2023/blob/main/templates/index.html#L94

            </div>
            <div class="row">
                {% for d in Platinum %}

를 수정해야 하지 않나 싶습니다. :)

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

No branches or pull requests

1 participant