profile_create_complete.html 368 B

12345678910111213
  1. {% extends "pbp_store/store_base.html" %}
  2. {% load i18n %}
  3. {% load url from future %}
  4. {% load storefront_tags pbp_core_tags account_tags %}
  5. {% block right-side %}{% endblock right-side %}
  6. {% block body %}
  7. <div id="store_details_sidebar">
  8. <p>Thank you for signing up. Your password will be delivered to your email address shortly.</p>
  9. </div>
  10. {% endblock body %}