Update content of files

This commit is contained in:
GitHub Action 2021-11-30 18:21:40 +00:00
parent 96e4adb285
commit 11702834dd

View file

@ -59,6 +59,9 @@
<label for="support_phone">Your phone number:</label>
<input type="text" class="form-control" id="support_phone" placeholder="+12223334455" name="phone" value="">
</div>
<div class="form-group">
<input type="hidden" class="form-control" id="support_lang" name="setln" value="">
</div>
<div class="support_submit">
<button type="submit" class="btn btn-primary btn-lg">Submit</button>
</div>