Don’t allow changing an image’s title into an empty string.
[Sone.git] / src / main / resources / templates / emptyImageTitle.html
diff --git a/src/main/resources/templates/emptyImageTitle.html b/src/main/resources/templates/emptyImageTitle.html
new file mode 100644 (file)
index 0000000..59f15e5
--- /dev/null
@@ -0,0 +1,7 @@
+<%include include/head.html>
+
+       <h1><%= Page.EmptyImageTitle.Page.Title|l10n|html></h1>
+
+       <p><%= Page.EmptyImageTitle.Text.EmptyImageTitle|l10n|html></p>
+
+<%include include/tail.html>