1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Banner/MOTD Support

This commit is contained in:
Gelob
2016-06-28 11:12:36 -04:00
parent 5e9090a03a
commit 1338bf6012
3 changed files with 14 additions and 0 deletions

View File

@ -73,3 +73,5 @@ TIME_FORMAT = 'g:i a'
SHORT_TIME_FORMAT = 'H:i:s'
DATETIME_FORMAT = 'N j, Y g:i a'
SHORT_DATETIME_FORMAT = 'Y-m-d H:i'
BANNER_TOP = ''
BANNER_BOTTOM = ''