mozilla-services / push-dev-dashboard

Developer dashboard for the Mozilla web push service
https://dev-dashboard.deis.dev.mozaws.net/
Mozilla Public License 2.0
7 stars 6 forks source link

for #133: fix sign-in url and trans block #141

Closed groovecoder closed 8 years ago

groovecoder commented 8 years ago

Including the <i> element in the {% blocktrans %} confuses translation. {% provider_login_url %} also does not work within a {% blocktrans %} template tag.

So, moving the <i> element to the front of the sign-in text to make everything easier.

Also, updating translation strings to match.

groovecoder commented 8 years ago

Need to merge my own here since master is broken for signed-out users without this change.