MDL-66360 mod_forum: remove debug code from template

This commit is contained in:
Simey Lameze 2019-11-08 09:50:44 +08:00
parent 175fd687b4
commit 66216aa052

View File

@ -109,7 +109,6 @@
<h4 class="d-inline mb-0 fa fa-bell-o"></h4> <h4 class="d-inline mb-0 fa fa-bell-o"></h4>
<h4 class="d-inline mb-0 ">{{#str}}notifications, core{{/str}}</h4> <h4 class="d-inline mb-0 ">{{#str}}notifications, core{{/str}}</h4>
<div data-region="notification" class="col-md-12 mt-3"> <div data-region="notification" class="col-md-12 mt-3">
val: {{defaultsendnotifications}}
<label class="form-check"> <label class="form-check">
<input class="form-check-input" type="radio" name="sendstudentnotifications" value="1"{{#defaultsendnotifications}} checked{{/defaultsendnotifications}}/> <input class="form-check-input" type="radio" name="sendstudentnotifications" value="1"{{#defaultsendnotifications}} checked{{/defaultsendnotifications}}/>
{{#str}}sendstudentnotificationsyes, mod_forum{{/str}} {{#str}}sendstudentnotificationsyes, mod_forum{{/str}}