Преглед изворни кода

Fix broken cover photo for matrix-registration

pull/640/head
Slavi Pantaleev пре 5 година
родитељ
комит
6def66940f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      roles/matrix-registration/tasks/init.yml

+ 1
- 1
roles/matrix-registration/tasks/init.yml Прегледај датотеку

@@ -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";
}


Loading…
Откажи
Сачувај