Skip to content

Commit

Permalink
make fix; and grant fix
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Jan 10, 2020
1 parent d9e2e5b commit e0207cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/assets/v2/js/pages/chat.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

$(document).ready(function() {
$("a.comingsoon").click(function(e){
alert("Coming soon!");
e.preventDefault();
})
$('a.comingsoon').click(function(e) {
alert('Coming soon!');
e.preventDefault();
});
});
2 changes: 1 addition & 1 deletion app/retail/templates/emails/grants/new_supporter.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h1 style="text-transform: none;">{{ grant.title }}{% trans " has a new supporte
</p>

<p>{% trans "You can see the transaction history for " %}{{ grant.title }}
<a href="{% url 'grants:profile' %}">{% trans "here." %}</a>
<a href="{{grant.url}}">{% trans "here." %}</a>
</p>
</div>
<hr>
Expand Down

0 comments on commit e0207cc

Please sign in to comment.