Skip to content

Commit

Permalink
Minor edit to search tips info
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Aug 15, 2021
1 parent 41df97b commit 9aeded0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salary_app/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def individual_search_page(data_dict: dict, unique_df: pd.DataFrame):
Search tips:
1. For individual search, enter the full name as "LastName,FirstName"
2. For department search, enter all or part of the department name
2. For department search, enter its acronym or part of the department's name
""")

list_names = unique_df['Name']
Expand Down

0 comments on commit 9aeded0

Please sign in to comment.