Update year in copyright lines
[Sone.git] / src / main / resources / templates / createAlbum.html
1 <%include include/head.html>
2
3         <h1><%= Page.CreateAlbum.Page.Title|l10n|html></h1>
4
5         <%if nameMissing>
6                 <p><%= Page.CreateAlbum.Error.NameMissing|l10n|html></p>
7         <%/if>
8
9         <%include include/createAlbum.html>
10
11 <%include include/tail.html>