{% theme "form" %} {# extends "account/base.html" #} {% block header_title %}Login{% endblock header_title %} {% block secondary_title %}Account{% endblock secondary_title %} {% block title %}Login{% endblock title %} {% block body_class %}login-form {{ block.super }}{% endblock body_class %} {% block info_area %}

Your Account

Log into your Princeton Scientific account, or use your social login below

{% include "account/sub/social_buttons.html" %}
{% endblock info_area %} {% block below_form_area %}
Forgot Password
{% include "account/sub/register_button.html" %}
{% endblock below_form_area %}