Fix cancel button in domain adding page

This commit is contained in:
Khanh Ngo 2018-03-30 16:40:53 +07:00
parent 004ced015d
commit 7a9474c3f3

View file

@ -93,7 +93,7 @@
<div class="box-footer">
<button type="submit" class="btn btn-flat btn-primary">Submit</button>
<button type="submit" class="btn btn-flat btn-default" onclick="window.location.href='{{ url_for('dashboard') }}'">Cancel</button>
<button type="button" class="btn btn-flat btn-default" onclick="window.location.href='{{ url_for('dashboard') }}'">Cancel</button>
</div>
</form>
</div>