|
78 | 78 | </div>
|
79 | 79 | </div>
|
80 | 80 | </div>
|
81 |
| - <div class="cd-simple-flex-grid cd-sad-venue__online"> |
82 |
| - <div class="cd-simple-flex-grid__flex-1 cd-sad-venue__online"> |
83 |
| - <div class="checkbox-inline"> |
84 |
| - <input type="checkbox" id="online_dojo" ng-model="$ctrl.venue.onlineSessions" |
85 |
| - name="onlineSessions" |
86 |
| - ng-false-value="0" |
87 |
| - ng-true-value="1" |
88 |
| - ng-checked="$ctrl.venue.onlineSessions == 1"> |
89 |
| - <label for="online_dojo">{@i18n key="This Dojo will run online (partially or completely)"/}</input> |
90 |
| - </div> |
91 |
| - <p class="help-block">{@i18n key="Check this box if your club runs online all or some of the time."/}</p> |
92 |
| - </div> |
93 |
| - </div> |
94 |
| - <div class="cd-simple-flex-grid cd-sad-venue__safeguarding"> |
95 |
| - <div class="cd-simple-flex-grid__flex-1 cd-sad-venue__safeguarding"> |
96 |
| - <div class="form-group"> |
97 |
| - <label for="safeguardingSponsorName">{@i18n key="Safeguarding Sponsor's Name"/}</label> |
98 |
| - <input type="text" class="form-control" name="safeguardingSponsorName" id="safeguardingSponsorName" |
99 |
| - required="required" |
100 |
| - placeholder="{@i18n key="Safeguarding Sponsor's Name"/}" ng-model="$ctrl.venue.safeguardingSponsorName"> |
101 |
| - </div> |
102 |
| - <div class="form-group"> |
103 |
| - <label for="safeguardingSponsorEmail">{@i18n key="Safeguarding Sponsor's Email"/}</label> |
104 |
| - <input type="text" class="form-control" name="safeguardingSponsorEmail" id="safeguardingSponsorEmail" |
105 |
| - required="required" |
106 |
| - placeholder="{@i18n key="Safeguarding Sponsor's Email"/}" ng-model="$ctrl.venue.safeguardingSponsorEmail"> |
107 |
| - </div> |
108 |
| - </div> |
109 |
| - </div> |
110 | 81 | <div ng-show="($ctrl.venue.type === 'other')">
|
111 | 82 | {@i18n key="Other (please detail)"/}
|
112 | 83 | <input type="text" class="form-control" name="alternativeType"
|
|
130 | 101 | ng-model="$ctrl.venue.alternativeCorporate"></input>
|
131 | 102 | </div>
|
132 | 103 | </div>
|
| 104 | + <div class="cd-simple-flex-grid cd-sad-venue__online"> |
| 105 | + <div class="cd-simple-flex-grid__flex-1 cd-sad-venue__online"> |
| 106 | + <div class="checkbox-inline"> |
| 107 | + <input type="checkbox" id="online_dojo" ng-model="$ctrl.venue.onlineSessions" |
| 108 | + name="onlineSessions" |
| 109 | + ng-false-value="0" |
| 110 | + ng-true-value="1" |
| 111 | + ng-checked="$ctrl.venue.onlineSessions == 1"> |
| 112 | + <label for="online_dojo">{@i18n key="This Dojo will run online (partially or completely)"/}</input> |
| 113 | + </div> |
| 114 | + <p class="help-block">{@i18n key="Check this box if your club runs online all or some of the time."/}</p> |
| 115 | + </div> |
| 116 | + </div> |
| 117 | + <div class="cd-simple-flex-grid cd-sad-venue__safeguarding"> |
| 118 | + <div class="cd-simple-flex-grid__flex-1 cd-sad-venue__safeguarding"> |
| 119 | + <h3>{@i18n key="Keeping your Dojo safe"/}</h3> |
| 120 | + <p> |
| 121 | + {@i18n key="To ensure the safety of young people at Dojos, we require the email address of a safeguarding sponsor."/} |
| 122 | + {@i18n key="An appropriate sponsor would be a person holding a manager-level position within a corporate or non-profit organisation."/} |
| 123 | + {@i18n key="This sponsor will help ensure that your club operates in accordance with our"/} |
| 124 | + <a href="https://www.raspberrypi.org/safeguarding/">{@i18n key="safeguarding policy"/}</a> |
| 125 | + {@i18n key="and that all your volunteers have the appropriate background checks."/} |
| 126 | + </p> |
| 127 | + <p> |
| 128 | + {@i18n key="Please fill in the details of your safeguarding sponsor below so that we can contact them."/} |
| 129 | + </p> |
| 130 | + <div class="form-group"> |
| 131 | + <label for="safeguardingSponsorName">{@i18n key="Safeguarding Sponsor's Name"/}</label> |
| 132 | + <input type="text" class="form-control" name="safeguardingSponsorName" id="safeguardingSponsorName" |
| 133 | + required="required" |
| 134 | + placeholder="{@i18n key="Safeguarding Sponsor's Name"/}" ng-model="$ctrl.venue.safeguardingSponsorName"> |
| 135 | + </div> |
| 136 | + <div class="form-group"> |
| 137 | + <label for="safeguardingSponsorEmail">{@i18n key="Safeguarding Sponsor's Email"/}</label> |
| 138 | + <input type="text" class="form-control" name="safeguardingSponsorEmail" id="safeguardingSponsorEmail" |
| 139 | + required="required" |
| 140 | + placeholder="{@i18n key="Safeguarding Sponsor's Email"/}" ng-model="$ctrl.venue.safeguardingSponsorEmail"> |
| 141 | + </div> |
| 142 | + </div> |
| 143 | + </div> |
133 | 144 | <div class="form-group">
|
134 | 145 | <cd-dojo-map model="$ctrl.model" map="$ctrl.gmap"
|
135 | 146 | set-location="$ctrl.setLocation"
|
|
0 commit comments