Refactored CSS and HTML templates and polished UI (#10), changed JavaScript variable names to camelCase, adjusted filenames and some url parameter names in urlpatterns, and more.
This commit is contained in:
parent
1e32e2b5dd
commit
8599f49857
30 changed files with 401 additions and 403 deletions
|
@ -25,7 +25,7 @@ msgstr "Django Administrator"
|
|||
msgid "Django administration"
|
||||
msgstr "Django Administration"
|
||||
|
||||
#: application/app/templates/baseLayout.html:41
|
||||
#: application/app/templates/baselayout.html:41
|
||||
msgid "An error occured. Please log out and log in again."
|
||||
msgstr "Ein Fehler ist aufgetreten. Bitte ab- und wieder anmelden."
|
||||
|
||||
|
@ -34,7 +34,7 @@ msgid "Drinks - Deposit"
|
|||
msgstr "Getränke - Einzahlen"
|
||||
|
||||
#: application/app/templates/deposit.html:14
|
||||
#: application/app/templates/userPanel.html:23
|
||||
#: application/app/templates/userpanel.html:23
|
||||
msgid "Deposit"
|
||||
msgstr "Einzahlen"
|
||||
|
||||
|
@ -58,7 +58,7 @@ msgid "Drinks - History"
|
|||
msgstr "Getränke - Verlauf"
|
||||
|
||||
#: application/app/templates/history.html:14
|
||||
#: application/app/templates/userPanel.html:30
|
||||
#: application/app/templates/userpanel.html:30
|
||||
msgid "History"
|
||||
msgstr "Verlauf"
|
||||
|
||||
|
@ -178,7 +178,7 @@ msgid "Drinks - Statistics"
|
|||
msgstr "Getränke - Statistiken"
|
||||
|
||||
#: application/app/templates/statistics.html:15
|
||||
#: application/app/templates/userPanel.html:31
|
||||
#: application/app/templates/userpanel.html:31
|
||||
msgid "Statistics"
|
||||
msgstr "Statistiken"
|
||||
|
||||
|
@ -235,7 +235,7 @@ msgid "Drinks - Supply"
|
|||
msgstr "Getränke - Beschaffung"
|
||||
|
||||
#: application/app/templates/supply.html:16
|
||||
#: application/app/templates/userPanel.html:36
|
||||
#: application/app/templates/userpanel.html:36
|
||||
msgid "Supply"
|
||||
msgstr "Beschaffung"
|
||||
|
||||
|
@ -255,25 +255,25 @@ msgstr "Senden"
|
|||
msgid "You are not allowed to view this site."
|
||||
msgstr "Dir fehlt die Berechtigung, diese Seite anzuzeigen."
|
||||
|
||||
#: application/app/templates/userPanel.html:9
|
||||
#: application/app/templates/userPanel.html:11
|
||||
#: application/app/templates/userpanel.html:9
|
||||
#: application/app/templates/userpanel.html:11
|
||||
msgid "User"
|
||||
msgstr "Benutzer"
|
||||
|
||||
#: application/app/templates/userPanel.html:15
|
||||
#: application/app/templates/userPanel.html:17
|
||||
#: application/app/templates/userpanel.html:15
|
||||
#: application/app/templates/userpanel.html:17
|
||||
msgid "Balance"
|
||||
msgstr "Saldo"
|
||||
|
||||
#: application/app/templates/userPanel.html:24
|
||||
#: application/app/templates/userpanel.html:24
|
||||
msgid "Logout"
|
||||
msgstr "Abmelden"
|
||||
|
||||
#: application/app/templates/userPanel.html:27
|
||||
#: application/app/templates/userpanel.html:27
|
||||
msgid "Account"
|
||||
msgstr "Account"
|
||||
|
||||
#: application/app/templates/userPanel.html:38
|
||||
#: application/app/templates/userpanel.html:38
|
||||
msgid "Change Password"
|
||||
msgstr "Passwort ändern"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue