Skip to content

Commit

Permalink
Merge pull request #775 from readthedocs/reorder-name
Browse files Browse the repository at this point in the history
Show advertiser name first :)
  • Loading branch information
ericholscher committed Jul 31, 2023
2 parents 7a013a8 + 2cca97c commit 25a9cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adserver/staff/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ def __init__(self, *args, **kwargs):
+ str(_("Enter an existing user's email or invite a new one."))
+ "</p>"
),
Field("user_email", placeholder="advertiser@company.com"),
Field("user_name"),
Field("user_email", placeholder="advertiser@company.com"),
css_class="my-3",
),
Submit("submit", _("Create advertiser")),
Expand Down

0 comments on commit 25a9cff

Please sign in to comment.