feat: add session warning countdown ring
This commit is contained in:
@@ -33,6 +33,7 @@ class SessionWarningTests(TestCase):
|
||||
self.assertContains(response, '/session/keepalive/')
|
||||
self.assertContains(response, 'Ihre Sitzung läuft bald ab')
|
||||
self.assertContains(response, 'app-session-warning-status')
|
||||
self.assertContains(response, 'app-session-warning-seconds')
|
||||
self.assertContains(response, 'Was passiert?')
|
||||
|
||||
def test_keepalive_refreshes_session_timestamps(self):
|
||||
|
||||
Reference in New Issue
Block a user