diff --git a/src/main/webapp/WEB-INF/arsnova-servlet.xml b/src/main/webapp/WEB-INF/arsnova-servlet.xml
index f2e3c7e051b6ee86f9f720aef3ab950fd697e7ca..32eddb27c9697e9dcde9fd3b9cb9d92ad84a2360 100644
--- a/src/main/webapp/WEB-INF/arsnova-servlet.xml
+++ b/src/main/webapp/WEB-INF/arsnova-servlet.xml
@@ -24,6 +24,7 @@
 	<mvc:resources mapping="/lib/**" location="/lib/"/>
 	<mvc:resources mapping="/resources/**" location="/resources/"/>
 	<mvc:resources mapping="/screenshots/**" location="/screenshots/"/>
+        <mvc:resources mapping="/templates/**" location="/templates/"/>
 	
 	<mvc:annotation-driven />