aboutsummaryrefslogtreecommitdiffstats
path: root/server/templates/server/approve_user.html
diff options
context:
space:
mode:
Diffstat (limited to 'server/templates/server/approve_user.html')
-rw-r--r--server/templates/server/approve_user.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/templates/server/approve_user.html b/server/templates/server/approve_user.html
index 9d4b36c..09afee9 100644
--- a/server/templates/server/approve_user.html
+++ b/server/templates/server/approve_user.html
@@ -34,7 +34,7 @@
<textarea name="codes" class="materialize-textarea"></textarea>
</div>
<div class="card-action">
- <a href="#" onclick="document.getElementById('form').submit()">Invia</a>
+ <a class="waves-effect waves-light btn red lighten-1" href="#" onclick="document.getElementById('form').submit()">Invia</a>
</div>
</form>
</div>