diff options
-rw-r--r-- | templates/help.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/help.md b/templates/help.md index e9518adc..4a07c6c9 100644 --- a/templates/help.md +++ b/templates/help.md @@ -1,5 +1,5 @@ -<div class="help"> -Help wanted: <TMPL_IF main_captions> +<details class="help"><summary>Help wanted<TMPL_IF summary>: <TMPL_VAR summary></TMPL_IF summary></summary> +<TMPL_IF main_captions> This talk does not have captions yet. Would you like to help [caption this talk](/2021/contribute/#edit-captions)? You may be able to start with these [auto-generated captions](<TMPL_VAR main_captions>). </TMPL_IF><TMPL_IF qa> @@ -7,4 +7,4 @@ Want to help make the Q&A session easier to search? You can [add chapter markers [auto-generated captions](<TMPL_VAR qa>). </TMPL_IF><TMPL_VAR message> [[!tag help <TMPL_VAR tags>]] -</div> +</details> |