This commit is contained in:
Satinder Grewal 2017-06-23 23:44:40 +12:00
parent 725047a6cf
commit 8f782bace5
2 changed files with 5 additions and 260 deletions

View File

@ -126,7 +126,7 @@
<label for="autotrade_price">Price</label> <label for="autotrade_price">Price</label>
<input type="text" class="form-control" id="autotrade_price" placeholder="Price"> <input type="text" class="form-control" id="autotrade_price" placeholder="Price">
</div> </div>
<button type="submit" class="btn btn-default">Submit</button> <button class="btn btn-default">Submit</button>
</form> </form>
</div> </div>
</div> </div>
@ -141,7 +141,7 @@
<label for="lp_set_price">Set Price</label> <label for="lp_set_price">Set Price</label>
<input type="text" class="form-control" id="lp_set_price" placeholder="Set Price"> <input type="text" class="form-control" id="lp_set_price" placeholder="Set Price">
</div> </div>
<button type="submit" class="btn btn-default">Submit</button> <button class="btn btn-default">Submit</button>
</form> </form>
</div> </div>
</div> </div>

File diff suppressed because one or more lines are too long