Skip to content

Instantly share code, notes, and snippets.

@NMelis
Created March 3, 2019 00:12
Show Gist options
  • Save NMelis/9920a93ec1b707eb288cc9398e6c87b6 to your computer and use it in GitHub Desktop.
Save NMelis/9920a93ec1b707eb288cc9398e6c87b6 to your computer and use it in GitHub Desktop.
{% 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