Switch to side-by-side view
--- a/ForgeTracker/forgetracker/templates/search.html +++ b/ForgeTracker/forgetracker/templates/search.html @@ -52,7 +52,7 @@ </tr> </tbody> </table> - <button onclick="location='../edit/'+location.search;">Edit All</button> + <button onclick="location='../edit/'+location.search;" py:if="count != 0">Edit All</button> </body> </html>