This commit is contained in:
Rachid Mrad 2024-07-31 13:59:00 -04:00
parent 6a94da8a5d
commit 3fef7664e4
No known key found for this signature in database
2 changed files with 1 additions and 4 deletions

View file

@ -68,10 +68,6 @@
{% endwith %}
{% endwith %}
{% with toggleable_input=True toggleable_label=True group_classes="usa-form-editable padding-top-2" %}
{% input_with_errors form.title %}
{% endwith %}
{% with toggleable_input=True toggleable_label=True group_classes="usa-form-editable padding-top-2" %}
{% with add_class="usa-input--medium" %}
{% input_with_errors form.phone %}

View file

@ -201,6 +201,7 @@ class TestPortfolio(WebTest):
self.app.set_user(self.user.username)
self.user.portfolio = self.portfolio
self.user.portfolio_additional_permissions = [
User.UserPortfolioPermissionChoices.VIEW_PORTFOLIO,
User.UserPortfolioPermissionChoices.VIEW_ALL_DOMAINS,
User.UserPortfolioPermissionChoices.VIEW_ALL_REQUESTS,
]