Skip to content

Commit

Permalink
nhs
Browse files Browse the repository at this point in the history
  • Loading branch information
mariamotorina committed Feb 7, 2024
1 parent c02c1da commit 54d9414
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion themes/nhs/conf/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ do_content_caching = 0
#
use_identifiers_in_urls = 0

dont_enforce_access_settings = 1
dont_enforce_access_settings = 0

disable_pdf_output = 1
disable_export_output = 1
Expand Down
19 changes: 0 additions & 19 deletions themes/nhs/views/Contact/form_html.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,25 +110,6 @@
</div>
</div>
</div><!-- end row -->
<?php
}else{
?>

<div class="row">
<div class="col-sm-4">
<div class="form-group<?php print (($va_errors["security"]) ? " has-error" : ""); ?>">
<label for="security">Security Question</label>
<div class='row'>
<div class='col-sm-4'>
<p class="form-control-static"><?php print $vn_num1; ?> + <?php print $vn_num2; ?> = </p>
</div>
<div class='col-sm-4'>
<input name="security" value="" id="security" type="text" class="form-control input-sm" />
</div>
</div><!--end row -->
</div>
</div><!-- end col -->
</div><!-- end row -->
<?php
}
?>
Expand Down

0 comments on commit 54d9414

Please sign in to comment.