Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
#150 better description of data fields for tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwunderbar666 committed Jul 5, 2022
1 parent 9488bc6 commit 8dbde8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flaskinventory/main/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,9 @@ class Tool(Entry):
required=True,
tom_select=True)

programming_languages = MultipleChoice(description="Which programming languages are used for the tool?",
programming_languages = MultipleChoice(label="Programming Languages",
description="Which programming languages are used for the tool? \
Please also include language that can directly interface with this tool.",
choices=programming_languages,
required=False,
tom_select=True)
Expand Down

0 comments on commit 8dbde8a

Please sign in to comment.