Browse Source

placeholder attachment 404 and 403 images

Rafał Pitoń 8 years ago
parent
commit
a5fc87d1db

+ 2 - 2
misago/conf/defaults.py

@@ -283,8 +283,8 @@ MISAGO_ATTACHMENT_SECRET_LENGTH = 64
 
 
 # Names of files served when user requests file that doesn't exist or is unavailable
 # Names of files served when user requests file that doesn't exist or is unavailable
 # Those files will be sought within STATIC_ROOT directory
 # Those files will be sought within STATIC_ROOT directory
-MISAGO_404_IMAGE = 'misago/error-404.png'
-MISAGO_403_IMAGE = 'misago/error-403.png'
+MISAGO_404_IMAGE = 'misago/img/error-404.png'
+MISAGO_403_IMAGE = 'misago/img/error-403.png'
 
 
 
 
 # Controls max age in days of items that Misago has to process to make rankings
 # Controls max age in days of items that Misago has to process to make rankings

BIN
misago/static/misago/img/error-403.png


BIN
misago/static/misago/img/error-404.png