aboutsummaryrefslogtreecommitdiffstats
path: root/templates/main/jams/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main/jams/index.html')
-rw-r--r--templates/main/jams/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main/jams/index.html b/templates/main/jams/index.html
index a5d2a5d0..71bce999 100644
--- a/templates/main/jams/index.html
+++ b/templates/main/jams/index.html
@@ -61,7 +61,7 @@
Code Jam {{ jam.number }}: {{ jam.title }}
<span class="uk-float-right">
{% if jam.state == "announced" %}
- <a class="uk-button uk-button-primary" target="_blank" href="{{ jam.repo }}">
+ <a class="uk-button uk-button-primary" href="{{ url_for("main.jams.join", jam=jam.number) }}">
<i class="uk-icon fa-fw far fa-plus"></i> &nbsp;Join
</a>
{% else %}