Compare commits
3 Commits
c62145e350
...
f5d3a8d83b
Author | SHA1 | Date | |
---|---|---|---|
f5d3a8d83b | |||
646c346537 | |||
a45b9ddaec |
@ -1,4 +1,5 @@
|
||||
import './styles/theme.css'
|
||||
|
||||
import 'altcha';
|
||||
import 'altcha/i18n/all';
|
||||
import theme from './theme';
|
||||
|
@ -21,4 +21,4 @@ ARG NODE_OPTIONS="--openssl-legacy-provider" \
|
||||
BASE_PATH=${BASE_PATH} \
|
||||
APP_LOCALES=${APP_LOCALES}"
|
||||
|
||||
FROM reg.cadoles.com/cadoles/symfony:alpine-php-8.1-base-2025.5.12-stable.1156.eff05be
|
||||
FROM reg.cadoles.com/cadoles/symfony:alpine-php-8.1-base-2025.6.12-stable.1038.48ea3b9
|
||||
|
@ -21,5 +21,5 @@ ARG NODE_OPTIONS="--openssl-legacy-provider" \
|
||||
BASE_PATH=${BASE_PATH} \
|
||||
APP_LOCALES=${APP_LOCALES}"
|
||||
|
||||
FROM reg.cadoles.com/cadoles/symfony:alpine-php-8.1-standalone-2025.5.12-stable.1156.eff05be
|
||||
FROM reg.cadoles.com/cadoles/symfony:alpine-php-8.1-standalone-2025.6.12-stable.1038.48ea3b9
|
||||
USER www-data
|
||||
|
@ -2,7 +2,6 @@
|
||||
<altcha-widget
|
||||
challengejson={{challengeJson}}
|
||||
name='altcha'
|
||||
strings="{{translations}}"
|
||||
hidelogo
|
||||
hidefooter
|
||||
workers= {{ workers }}
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="{{app.request.session.get('_locale') is not null ? app.request.session.get('_locale') : 'fr'}}">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>{% block title %}Welcome!{% endblock %}</title>
|
||||
|
Loading…
x
Reference in New Issue
Block a user