Create common base for all apps

This commit is contained in:
henu
2017-10-31 20:39:19 +02:00
parent 4221be8c64
commit fe14f7600a
14 changed files with 56 additions and 50 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "webapp_base.html" %}
{% block content %}
{% load i18n %}