Topbar, Portfolio Header, & Content alignment

This commit is contained in:
hmbrink
2020-01-20 17:03:18 -05:00
parent 8dbb3b32a2
commit 8c0e88c5c4
10 changed files with 52 additions and 31 deletions

View File

@@ -22,7 +22,7 @@
{{ TextInput(portfolio_form.name, validation="portfolioName", optional=False) }}
{{ TextInput(portfolio_form.description, paragraph=True) }}
<div class='edit-portfolio-name action-group'>
{{ SaveButton(text='Save Changes', additional_classes='usa-button-big') }}
{{ SaveButton(text='Save Changes') }}
</div>
</form>
</base-form>