diff --git a/templates/posts/new.rs.html b/templates/posts/new.rs.html index 69c755e7..3b399512 100644 --- a/templates/posts/new.rs.html +++ b/templates/posts/new.rs.html @@ -30,12 +30,12 @@ @format!(r#"

{}

"#, i18n!(ctx.1, &*errs[0].message.clone().unwrap_or(Cow::from("Unknown error")))) } - + @input!(ctx.1, tags (optional text), "Tags, separated by commas", form, errors.clone(), "") - @input!(ctx.1, license (optional text), "License", "Let it empty reserve all rights", form, errors, "") + @input!(ctx.1, license (optional text), "License", "Leave it empty to reserve all rights", form, errors, "") } else { @if is_draft { - + } else { - + } }