initial django3 bringup

This commit is contained in:
AaronKable
2020-09-18 11:45:37 +08:00
parent 3874aa6fee
commit ded9301527
46 changed files with 62 additions and 55 deletions

View File

@@ -1,7 +1,7 @@
{% load staticfiles %}
{% extends 'public/base.html' %}
{% load static %}
{% load bootstrap %}
{% load i18n %}
{% extends 'public/base.html' %}
{% block page_title %}Registration{% endblock %}
{% block extra_include %}
{% include 'bundles/bootstrap-css.html' %}