stop using link tags withing button tags
ngdream opened this issue · 2 comments
ngdream commented
stop using link tags within button tags it enlarges your code and is not at all elegant, moreover if you find that the "a" tag does not work as you want why not to use the classes??
HanslettTheDev commented
Please could you explain the details of the issue?
ngdream commented
Please could you explain the details of the issue?
you wrote something like this
<button type="button" id="back"><a href="{{ url_for('home') }}">Back</a></button>