We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e692d8 commit 3f3bc60Copy full SHA for 3f3bc60
lib/philomena_web/controllers/pch_controller.ex
@@ -13,7 +13,7 @@ defmodule PhilomenaWeb.PchController do
13
14
case event_params do
15
%{"passphrase" => ^secret} ->
16
- {:ok, _badge} = BadgeAwarder.award_badge(user, user, "PonyCon Holland")
+ {:ok, _badge} = BadgeAwarder.award_badge(user, user, "PonyCon Holland²")
17
18
conn
19
|> put_flash(:info, "Verification granted.")
0 commit comments