Added missing bootstrap files. Tested on Linux.

This commit is contained in:
2018-10-27 16:05:56 +03:00
parent 3da026dbe6
commit 6dd63b078f
25 changed files with 21920 additions and 415 deletions

View File

@ -1,4 +1,4 @@
from crispy_forms.helper import FormHelper
from crispy_forms.helper import FormHelperpython3
from crispy_forms.layout import Layout, Field, HTML
from django import forms
from django.contrib.auth.decorators import login_required