Skip to content

Commit

Permalink
chore: change Grant Categories (#6913)
Browse files Browse the repository at this point in the history
* chore: change Grant Categories #6908

* Update new.html

Co-authored-by: Aditya Anand M C <[email protected]>
  • Loading branch information
developerfred and thelostone-mc authored Jun 18, 2020
1 parent 6d898ef commit 0f85a3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/grants/templates/grants/new.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ <h5 class="mt-4">Categorization Information</h5>
<div class="form__select2">
<select class="js-select2 form__input form__input-lg" name="input-grant_type" id="input-grant_type">
<option selected value="tech">{% trans "Tech" %}</option>
<option value="media">{% trans "Media" %}</option>
<option value="health">{% trans "Public Health" %}</option>
<option value="media">{% trans "Community" %}</option>
<option value="change">{% trans "Crypto for Black Lives" %}</option>
</select>
</div>
Expand Down

0 comments on commit 0f85a3b

Please sign in to comment.