diff options
author | 2018-05-19 21:00:34 +0100 | |
---|---|---|
committer | 2018-05-19 21:00:34 +0100 | |
commit | a8fd1e4e2e2e0fb1b4496ee53c3f782e04e5918e (patch) | |
tree | adae29203023af3d6b121e62fdc819b574d38fb2 /templates/main | |
parent | Linting, and remove seconds from date formatter (diff) |
Form preamble, jam creation fixes
Diffstat (limited to 'templates/main')
-rw-r--r-- | templates/main/jams/join.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/main/jams/join.html b/templates/main/jams/join.html index ffa80cb5..8e762ff2 100644 --- a/templates/main/jams/join.html +++ b/templates/main/jams/join.html @@ -118,6 +118,10 @@ </p> <hr class="uk-divider-icon" /> + {{ form.preamble_html }} + + <hr class="uk-divider-icon" /> + {% if jam.state != "announced" %} <p class="uk-alert uk-alert-primary"> Unfortunately, we're not accepting applications for this code jam right now - but we appreciate your |