Skip to content

Commit

Permalink
Fix pattern field
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref authored and thomas-pike committed May 26, 2019
1 parent 99e16df commit 53f5118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/zones.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<?php if($active_user->admin) { ?>
<div class="form-inline reverse_zone_prefill">
<label for="ipv6_zone_prefix">IPv6 prefix</label>
<input type="text" id="ipv6_zone_prefix" class="form-control" pattern="([0-9a-fA-F]{1,4})(:[0-9a-fA-F]{1,4}){0,6}\:?" required>
<input type="text" id="ipv6_zone_prefix" class="form-control" pattern="([0-9a-fA-F]{1,4})(:[0-9a-fA-F]{1,4}){0,6}:?" required>
<button type="button" id="ipv6_zone_create" class="btn btn-primary">Create zone from prefix</button>
</div>
<?php } ?>
Expand Down

0 comments on commit 53f5118

Please sign in to comment.