1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 01:36:55 +01:00

don't require phone

This commit is contained in:
Matthias Kretschmann 2017-04-24 15:53:00 +02:00
parent f975a2de87
commit f9af1e4259
Signed by: m
GPG Key ID: BD3C1F3EDD7831FC

View File

@ -21,7 +21,7 @@
</div>
<div class="grid__col">
<p class="form-group">
<input class="form-control" type="tel" id="phone" name="phone" required>
<input class="form-control" type="tel" id="phone" name="phone">
<label class="form-label" for="phone">Phone</label>
</p>
</div>