Make the layout slightly less sucky
authorMagnus Hagander <magnus@hagander.net>
Sun, 24 Feb 2019 12:02:58 +0000 (13:02 +0100)
committerMagnus Hagander <magnus@hagander.net>
Sun, 24 Feb 2019 12:02:58 +0000 (13:02 +0100)
commit22c82a8039ec47d7406d4714c2088a42cf6b4674
treeb4f97412181172c2c8c72ffc81469e31f0b668c9
parent1911994db54767c019dd5f4978baee5ccccab5ac
Make the layout slightly less sucky
pgmailmgr/mailmgr/templates/base.html [new file with mode: 0644]
pgmailmgr/mailmgr/templates/form.html
pgmailmgr/mailmgr/templates/form_field.html [new file with mode: 0644]
pgmailmgr/mailmgr/templates/home.html
pgmailmgr/mailmgr/templatetags/__init__.py [new file with mode: 0644]
pgmailmgr/mailmgr/templatetags/alertmap.py [new file with mode: 0644]
pgmailmgr/mailmgr/templatetags/formutil.py [new file with mode: 0644]
pgmailmgr/mailmgr/views.py