website: copy static files instead of linking them to prevent cache issues

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2022-12-23 14:42:20 +01:00
parent 1b86a3d5d6
commit 283c93c57b
6 changed files with 38583 additions and 8 deletions

View File

@ -66,9 +66,7 @@ export class UserWriteStageForm extends ModelForm<UserWriteStage, string> {
class="pf-c-check__input"
?checked=${first(this.instance?.canCreateUsers, false)}
/>
<label class="pf-c-check__label">
${t`Can create users`}
</label>
<label class="pf-c-check__label"> ${t`Can create users`} </label>
</div>
<p class="pf-c-form__helper-text">
${t`When enabled, this stage has the ability to create new users. If no user is available in the flow with this disabled, the stage will fail.`}