osscameroon/TypePen

stop using link tags withing button tags

ngdream opened this issue · 2 comments

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??

Please could you explain the details of the issue?

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>