Introduce for hx and buttons
Change-Id: I1f85548b1e39de13ca6474c8d29d10f502e0ee9f
diff --git a/templates/register.htm b/templates/register.htm
index a8c6a77..d6e14b1 100644
--- a/templates/register.htm
+++ b/templates/register.htm
@@ -685,7 +685,7 @@
<?php endif; ?>
<!-- Submit button -->
- <button name="type" value="register" type="submit" class="btn btn-primary float-right fs-3 fw-bold" style="border: #42b23cff; background-color: #42b23cff;">Register for <?php echo $SERVICE_ACRONYM; ?></button>
+ <button name="type" value="register" type="submit" class="btn btn-primary float-right fs-3 fw-bold">Register for <?php echo $SERVICE_ACRONYM; ?></button>
</form>
</div>
\ No newline at end of file