diff options
author | 2018-05-19 19:34:44 +0100 | |
---|---|---|
committer | 2018-05-19 19:34:44 +0100 | |
commit | 44453da722f7be76b50e391ca96d0b71a2c49acd (patch) | |
tree | 0ee508b63e0d1382ee68b30d91605988e9aaf80d /templates/main/jams/index.html | |
parent | [Jams] Some amount of public display, but links not ready yet (diff) |
[Jams] Signups code is more or less done, just a few things left
Diffstat (limited to 'templates/main/jams/index.html')
-rw-r--r-- | templates/main/jams/index.html | 2 |
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> Join </a> {% else %} |