Skip to content

Commit

Permalink
Merge pull request #4457 from gitcoinco/fix-contract-name
Browse files Browse the repository at this point in the history
fix filename for contract
  • Loading branch information
thelostone-mc authored May 22, 2019
2 parents a110604 + 3e5adbd commit 91d8ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/grants/templates/grants/fund.html
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,8 @@ <h5>Thanks for Contributing!</h5>

<script src="{% static "v2/js/pages/wallet_estimate.js" %}"></script>
<script src="{% static "v2/js/grants/compiledSplitter.js" %}"></script>
<script src="{% static "v2/js/grants/compiledsubscriptioncontract0.js" %}"></script>
<script src="{% static "v2/js/grants/compiledsubscriptioncontract1.js" %}"></script>
<script src="{% static "v2/js/grants/compiledSubscriptionContract0.js" %}"></script>
<script src="{% static "v2/js/grants/compiledSubscriptionContract1.js" %}"></script>
<script src="{% static "v2/js/grants/compiledTokenContract.js" %}"></script>
<script src="/dynamic/js/tokens_dynamic.js"></script>
<script src="{% static "v2/js/tokens.js" %}"></script>
Expand Down

0 comments on commit 91d8ec3

Please sign in to comment.