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,6 +1,6 @@
{% extends "allianceauth/base.html" %}
{% load bootstrap %}
{% load staticfiles %}
{% load static %}
{% load i18n %}
{% block page_title %}

View File

@@ -1,5 +1,5 @@
{% extends "allianceauth/base.html" %}
{% load staticfiles %}
{% load static %}
{% load i18n %}
{% get_current_language as LANGUAGE_CODE %}
{% load evelinks %}