Skip to content

Commit

Permalink
Remove weather requirement #456
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh committed Oct 5, 2020
1 parent ffcf2a9 commit 9a0c005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/system_settings.tpl
Expand Up @@ -75,7 +75,7 @@
<div class="form-group">
<label class="control-label col-md-3 col-sm-3 col-xs-12" for="location">{{_('Weather location')}}</label>
<div class="col-md-7 col-sm-6 col-xs-10">
<input class="form-control" id="location" name="location" required="required" type="text" placeholder="{{_('Weather location')}}" data-toggle="tooltip" data-placement="right" title="" data-original-title="{{!translations.get_translation('weather_field_location')}}">
<input class="form-control" id="location" name="location" type="text" placeholder="{{_('Weather location')}}" data-toggle="tooltip" data-placement="right" title="" data-original-title="{{!translations.get_translation('weather_field_location')}}">
</div>
</div>
<div class="form-group">
Expand Down

0 comments on commit 9a0c005

Please sign in to comment.