Model / db structure test + some random fix
This commit is contained in:
parent
6f2ae4a40c
commit
34491e8a6f
12 changed files with 192 additions and 10 deletions
|
|
@ -16,8 +16,9 @@ ERROR_404 = "Sidan kunde inte visas"
|
|||
ERROR_404_TXT = "Sidan du försöker besöka existerar inte."
|
||||
ERROR_500 = "Oops, något blev fel"
|
||||
ERROR_500_TXT = "Vi kollar på detta så fort vi kan."
|
||||
|
||||
ERROR_TXT_WHAT = "Följande har gått fel"
|
||||
|
||||
class = klass
|
||||
function = funktion
|
||||
line = rad
|
||||
line = rad
|
||||
|
|
|
|||
Reference in a new issue