Skip to content

Commit 0aa48a3

Browse files
committed
Minor update
1 parent c1f246c commit 0aa48a3

File tree

5 files changed

+5
-13
lines changed

5 files changed

+5
-13
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,6 @@ cython_debug/
169169

170170
# PyPI configuration file
171171
.pypirc
172+
173+
# Misc
174+
.DS_Store
Binary file not shown.
Binary file not shown.
Loading

pythonkr_backend/pythonkr/templates/pythonkr/pk_base.html

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<head>
88
<meta charset="UTF-8">
99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
10-
<title>{% block title %}Python Asia{% endblock title %}</title>
10+
<title>{% block title %}Python Korea{% endblock title %}</title>
1111
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/css/bootstrap.min.css">
1212
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/alpinejs/3.13.5/cdn.min.js"></script>
1313
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/js/bootstrap.bundle.min.js"></script>
@@ -59,18 +59,7 @@
5959
<!-- Footer -->
6060
<footer class="sponsor-footer mt-5">
6161
<div class="container text-center">
62-
<h4 class="text-center mb-4">Our Sponsors</h4>
63-
<div class="row justify-content-center">
64-
{% for sponsor in sponsors %}
65-
<div class="col-md-3 col-6 text-center mb-3">
66-
<img src="{{ sponsor.logo }}" alt="{{ sponsor.name }}" class="img-fluid" style="max-height: 60px;">
67-
</div>
68-
{% endfor %}
69-
</div>
7062
</div>
71-
{% if looking_for_sponsors %}
72-
<h4 class="text-center mb-4">looking for sponsors!</h4>
73-
{% endif %}
7463
</footer>
7564
</body>
76-
</html>
65+
</html>

0 commit comments

Comments
 (0)