From c200bf0cc690816fac3d9ec82073acfdb43466e8 Mon Sep 17 00:00:00 2001 From: Maxime Augier Date: Mon, 28 Nov 2022 10:29:48 +0100 Subject: [PATCH] Add CSS classes for styling registration status --- templates/instance.rs.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/instance.rs.html b/templates/instance.rs.html index e36cffa..e7683f4 100644 --- a/templates/instance.rs.html +++ b/templates/instance.rs.html @@ -10,12 +10,12 @@ Running @software, version @instance.version. } @if instance.reg { -
Registration is open. +
Registration is open. @if instance.requires_approval { - Accounts must be approved by an admin. + Accounts must be approved by an admin. } } else{ - Registration is closed + Registration is closed }

@if !instance.description.trim().is_empty() || contact.is_some() {