add twitter feed

This commit is contained in:
2019-03-09 22:11:42 +03:00
parent 10f3612cf7
commit dfb584116d
11 changed files with 136 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
{% load staticfiles bootstrap4 cabinet %}
{% load staticfiles cabinet %}
<!DOCTYPE html>
<html class="fixed dark" lang="en">

View File

@@ -1,5 +1,5 @@
{% extends 'cabinet/_internal_base.html' %}
{% load bootstrap4 %}
{% load crispy_forms_tags %}
{% block breadcrumbs %}
@@ -14,7 +14,7 @@
<h2 class="card-title">Config</h2>
</header>
<div class="card-body">
{% bootstrap_form form layout='horizontal' %}
{% crispy form %}
</div>
<footer class="card-footer text-right">
<button type="submit" class="btn btn-primary">Save</button>