diff options
Diffstat (limited to 'template/default/config.html')
| -rw-r--r-- | template/default/config.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/config.html b/template/default/config.html index feacf9b..8a2cf92 100644 --- a/template/default/config.html +++ b/template/default/config.html @@ -79,7 +79,7 @@ <tr class="<?% tr_class %?>"> <?% tr_class = (tr_class == "row_odd" ? "row_even" : "row_odd") %?> <td class="col_label"><h5><?% gettext('Local net (no login required):') %?></h5></td> - <td class="col_value"><input type="text" name="LOCAL_NET" value="<?% config.LOCAL_NET | html %?>" size="20" maxlength="50" /></td> + <td class="col_value"><input type="text" name="LOCAL_NET" value="<?% config.LOCAL_NET | html %?>" size="20" maxlength="256" /></td> </tr> <tr class="<?% tr_class %?>"> <?% tr_class = (tr_class == "row_odd" ? "row_even" : "row_odd") %?> |
