{% extends 'mkt/base.html' %} {% block title %}{{ mkt_page_title('Mozillian Preview') }}{% endblock %} {% block bodyclass %}login {{ super() }}{% endblock %} {% block content %} {% set dst = request.GET.get('to') %} {% if dst and dst not in (url('ecosystem.landing'), url('mkt.developers.apps')) %}
{{ _('You must log in to access that page.') }}
{% endif %}

Mozillian Preview

Our doors are now open for invited Mozillians to help test an early preview of the Marketplace. We'll open for wider testing in just a few months.

If you've received an invitation, please log in below.

{{ _('Log in / Register') }}

{% endblock %} {% block sitefooter %} {% endblock %}