Skip to content
Snippets Groups Projects
Commit cfa7bead authored by Dave Kliczbor's avatar Dave Kliczbor
Browse files

Added svg to the example list of supported file extensions

parent 93dae272
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ cachedir = datadir + '/cache' ...@@ -40,7 +40,7 @@ cachedir = datadir + '/cache'
uploaddir = datadir + '/upload' uploaddir = datadir + '/upload'
# allowed image upload file extensions # allowed image upload file extensions
allowed_extensions = set(['png', 'jpg', 'jpeg', 'gif']) allowed_extensions = set(['png', 'jpg', 'jpeg', 'gif', 'svg'])
#### PRINTER OPTIONS #### PRINTER OPTIONS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment