Explorar el Código

Fix broken cover photo for matrix-registration

pull/640/head
Slavi Pantaleev hace 6 años
padre
commit
6def66940f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/matrix-registration/tasks/init.yml

+ 1
- 1
roles/matrix-registration/tasks/init.yml Ver fichero

@@ -36,7 +36,7 @@
Also fixing the form, which goes to /register.
#}
sub_filter_once off;
sub_filter_types text/html;
sub_filter_types text/html text/css;
sub_filter "/static/" "{{ matrix_registration_public_endpoint }}/static/";
sub_filter "/register" "{{ matrix_registration_public_endpoint }}/register";
}


Cargando…
Cancelar
Guardar