##// END OF EJS Templates
ux: change confirm password widget to have spacing between the...
ux: change confirm password widget to have spacing between the fields to match rest of ui, fixes: #4200

File last commit:

r665:a92da8f2 default
r713:5a67f5a8 default
Show More
widgets.html
10 lines | 266 B | text/html | HtmlLexer
<%def name="panel(title, class_='default')">
<div class="panel panel-${class_}">
<div class="panel-heading">
<h3 class="panel-title">${title}</h3>
</div>
<div class="panel-body">
${caller.body()}
</div>
</div>
</%def>