1 {% extends "2022/base.html" %}
 
   5   <div class="l-container">
 
   6     <div class="l-breadcrumb">
 
   7       <a href="/"><span>Strona główna</span></a>
 
  13     <div class="l-checkout__box" style="margin-bottom: 70px;">
 
  14       <div class="l-checkout__box__header">
 
  15         <div class="l-checkout__box__header__content">
 
  19       <div class="l-checkout__cols">
 
  20         <div class="l-checkout__col"></div>
 
  21         <div class="l-checkout__col">
 
  23             <div class="l-checkout__form">
 
  26               <div class="l-checkout__form__row confirm">
 
  27                 <div class="l-checkout__input">
 
  28                   <button style="margin-left:0">Dalej</button>
 
  32               <a href="{% url 'account_reset_password' %}">{% trans "Forgot Password?" %}</a>
 
  37             <h3>{% trans "Sign in using:" %}</h3>
 
  39             <ul class="socialaccount_providers">
 
  40               {% include "socialaccount/snippets/provider_list.html" %}
 
  43             {% include "socialaccount/snippets/login_extra.html" %}