<div class="alert alert-info">
    <p>{% trans %}Application setup at{% endtrans %}: <a href="https://github.com/settings/applications/new">https://github.com/settings/applications/new</a></p>

    {% trans %}Set the{% endtrans %} <code>Homepage URL</code> to:
    <ul>
        <li><code>{{ url('home') }}</code></li>
    </ul>

    {% trans %}Set the{% endtrans %} <code>Authorization callback URL</code> to:
    <ul>
        <li><code>{{ url('home') }}</code></li>
    </ul>
</div>
