Skip to content

Commit

Permalink
fix tag typo (#4737)
Browse files Browse the repository at this point in the history
  • Loading branch information
danlipert authored Jul 4, 2019
1 parent c3d139a commit 8d1662c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/grants/templates/grants/newv0.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ <h5 class="font-subheader pb-2">{% trans "Gas Settings" %}</h5>
<input type="hidden" id="token_address" name="token_address" value="">
<input type="hidden" id="token_symbol" name="token_symbol" value="">
<input type="hidden" id="network" name="network">
<input type="hidden" id="trusted_relayer" name="trusted_relayer" value="{{ trusted_relayer }}"
<input type="hidden" id="trusted_relayer" name="trusted_relayer" value="{{ trusted_relayer }}">
</div>
</form>
</div>
Expand Down

0 comments on commit 8d1662c

Please sign in to comment.