1 {% extends
"base.html" %}
8 {% include 'menu.html' %}
9 {% include 'flash.html' %}
10 <div class=
"container">
11 <div class=
"login-register-page">
13 <form class=
"form-signin" method=
"POST" action=
"#">
14 <h3 class=
"form-signin-heading center">{{ title }}
</h3>
15 {{ form.hidden_tag() }}
16 {{ wtf.form_field(form.name,
placeholder=
"Album name",
autofocus=
"autofocus") }}
17 {{ wtf.form_field(form.visible) }}
18 {{ wtf.form_field(form.public) }}
19 {{ wtf.form_field(form.album,
class=
"btn btn-lg btn-primary btn-block") }}
23 </div> <!-- /container -->