diff --git a/NEWS.txt b/NEWS.txt
index f17e8ed6e9..d79a5c6712 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -15,6 +15,7 @@
- (functionality) name of category/country in Russian now are optional fields
- (functionality) preview now is generated after uploading an image
- (functionality) add interface for adding buyers and sellers
+- (functionality) add capability to specify image URL (as alternative to providing a file)
0.3
- (functionality) implemented possibility to user to add series to his collection
diff --git a/src/main/config/findbugs-filter.xml b/src/main/config/findbugs-filter.xml
index c938e71341..783587134b 100644
--- a/src/main/config/findbugs-filter.xml
+++ b/src/main/config/findbugs-filter.xml
@@ -8,6 +8,15 @@
+
+
+
+
+
-
+
Later you will be able to add additional images
@@ -242,6 +249,23 @@
+
+
+
+
+
+
+
+
Specify date of release
diff --git a/src/main/webapp/WEB-INF/views/series/info.html b/src/main/webapp/WEB-INF/views/series/info.html
index ed93d23118..99b139edec 100644
--- a/src/main/webapp/WEB-INF/views/series/info.html
+++ b/src/main/webapp/WEB-INF/views/series/info.html
@@ -86,21 +86,51 @@