-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(projects): Minor changes to 4CE agreement forms
- Loading branch information
Showing
2 changed files
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<div class="form-content"> | ||
<div class="form-group"> | ||
<label for="citations" style="margin-right: 10px; margin-bottom: 15px;">Please enter a brief description of the proposed research use for the dataset:</label> | ||
<label for="citations" style="margin-right: 10px; margin-bottom: 15px;">Provide a brief description of how you intend to use the Data in your Research Project:</label> | ||
<textarea class="form-control" rows="3" name="research-use" id="research-use" placeholder="Enter description here..." required></textarea> | ||
</div> | ||
</div> |