Message only in one place.

This commit is contained in:
Bruno Rybársky 2024-02-03 17:37:56 +01:00
parent 4ab6dcee02
commit bc4e698b35
2 changed files with 4 additions and 0 deletions

@ -76,6 +76,8 @@
} }
</script> </script>
<table id="userListTable"></table>
<div class="form-container" id="addActivationCodesForm"> <div class="form-container" id="addActivationCodesForm">
<h1>Add Activation Codes</h1> <h1>Add Activation Codes</h1>
<form> <form>

@ -85,6 +85,8 @@
<!-- Centralized Status Message --> <!-- Centralized Status Message -->
<p id="StatusMessage"></p> <p id="StatusMessage"></p>
<table id="userInfoTable"></table>
<div class="form-container" id="changePasswordForm"> <div class="form-container" id="changePasswordForm">
<h1>Change Password</h1> <h1>Change Password</h1>
<form> <form>