Skip to content

Commit

Permalink
consistency in Code Jam vs Summer Code Jam
Browse files Browse the repository at this point in the history
  • Loading branch information
ShakyaMajumdar committed Jul 2, 2024
1 parent 473668d commit ec6ef0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pydis_site/templates/events/current_event.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<small class="has-text-grey">Upcoming event</small>
<div class="columns is-3 mt-1" style="--columnGap: 0.75rem;">
<div class="column">
<h2 class="title is-4"><a href="{% url "events:page" path="code-jams/11" %}">Code Jam 2024</a></h2>
<h2 class="title is-4"><a href="{% url "events:page" path="code-jams/11" %}">Summer Code Jam 2024</a></h2>
<p class="subtitle is-6" style="margin-top: -.75rem;">
<span class="icon-text">
<span class="icon"><i class="fa-regular fa-calendar"></i></span><span>July 3 - August 1</span>
Expand Down
2 changes: 1 addition & 1 deletion pydis_site/templates/events/pages/code-jams/11/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{% load static %}

{% block title %}Code Jam 2024{% endblock %}
{% block title %}Summer Code Jam 2024{% endblock %}

{% block breadcrumb %}
<li><a href="{% url "events:index" %}">Events</a></li>
Expand Down

0 comments on commit ec6ef0b

Please sign in to comment.