diff options
author | 2018-05-19 16:15:28 +0100 | |
---|---|---|
committer | 2018-05-19 16:15:28 +0100 | |
commit | 64bde9f6ee49d79fac5ce042c74b08f069a9b389 (patch) | |
tree | 8b65a2dcb8533a80b3152aa4e11c624802333e48 /templates/staff | |
parent | Logical block organisation (diff) |
[Jams] Some amount of public display, but links not ready yet
Diffstat (limited to 'templates/staff')
-rw-r--r-- | templates/staff/jams/edit_ending.html | 2 | ||||
-rw-r--r-- | templates/staff/jams/edit_info.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/staff/jams/edit_ending.html b/templates/staff/jams/edit_ending.html index cc27a208..600ad6fc 100644 --- a/templates/staff/jams/edit_ending.html +++ b/templates/staff/jams/edit_ending.html @@ -19,7 +19,7 @@ <div id="editor" class="uk-textarea" style="resize: vertical; min-height: 15rem;">{{ jam.end_rst }}</div> </div> - <input type="hidden" name="end_rst" id="end_rst" /> + <input type="hidden" name="end_rst" id="end_rst" value="{{ jam.end_rst }}" /> </div> <input type="hidden" name="csrf_token" id="csrf_token" value="{{ csrf_token() }}"/> diff --git a/templates/staff/jams/edit_info.html b/templates/staff/jams/edit_info.html index 0dd2ff1b..31ee3168 100644 --- a/templates/staff/jams/edit_info.html +++ b/templates/staff/jams/edit_info.html @@ -34,7 +34,7 @@ <label class="uk-form-label"> Info (RST) <br /> - <span class="uk-text-meta">Will be available as soon as the jam state is "Running"</span> + <span class="uk-text-meta">Will be available as soon as the jam state is "Announced"</span> <br /> <br /> <button class="uk-button uk-button-secondary" type="button" id="preview-info-button"> |