Created
March 3, 2019 00:12
-
-
Save NMelis/9920a93ec1b707eb288cc9398e6c87b6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% extends "blocks/base.html" %} | |
{% load i18n %} | |
{% load sekizai_tags %} | |
{% load staticfiles %} | |
{% load account %} | |
{% load socialaccount %} | |
{% load bootstrap3 %} | |
{% block content %} | |
{% addtoblock "css" %} | |
<link rel="stylesheet" href="{% static 'user_profile/style.css' %}"> | |
{% endaddtoblock %} | |
<div class="row"> | |
<div class="title"> | |
<span class="label label-info">Авторизация</span> | |
</div> | |
</div> | |
{% include 'blocks/reg_form.html' with form=form%} | |
<h5>Или</h5> | |
{% include 'blocks/registartion_with_social_net.html' %} | |
{% endblock %} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment