aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+signup
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+signup')
-rw-r--r--client/src/app/+signup/+register/register.component.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/client/src/app/+signup/+register/register.component.html b/client/src/app/+signup/+register/register.component.html
index b51f08a4c..2d0e6e865 100644
--- a/client/src/app/+signup/+register/register.component.html
+++ b/client/src/app/+signup/+register/register.component.html
@@ -17,7 +17,10 @@
17 <my-custom-stepper linear *ngIf="!signupDone"> 17 <my-custom-stepper linear *ngIf="!signupDone">
18 <cdk-step [stepControl]="formStepTerms" i18n-label="Stepper label for the registration page describing terms of service" label="Terms"> 18 <cdk-step [stepControl]="formStepTerms" i18n-label="Stepper label for the registration page describing terms of service" label="Terms">
19 <div class="instance-information"> 19 <div class="instance-information">
20 <my-instance-about-accordion (init)="onInstanceAboutAccordionInit($event)" [panels]="instanceInformationPanels"></my-instance-about-accordion> 20 <my-instance-about-accordion
21 (init)="onInstanceAboutAccordionInit($event)" [panels]="instanceInformationPanels"
22 pluginScope="signup" pluginHook="filter:signup.instance-about-plugin-panels.create.result"
23 ></my-instance-about-accordion>
21 </div> 24 </div>
22 25
23 <my-register-step-terms 26 <my-register-step-terms