Move the templates to their respective apps

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-13 01:56:39 -04:00
parent f6089e689e
commit e2b5817d18
13 changed files with 4 additions and 0 deletions

View File

@@ -40,6 +40,8 @@
The setting is now STORAGE_TEMPORARY_DIRECTORY.
* Move file related utilities to the storage app.
* Backport and remove unused code from the permission app.
* Move the navigation and authentication templates to their
respective apps.
3.1.11 (2019-04-XX)
===================

View File

@@ -64,6 +64,8 @@ Other changes
The setting is now STORAGE_TEMPORARY_DIRECTORY.
* Move file related utilities to the storage app.
* Backport and remove unused code from the permission app.
* Move the navigation and authentication templates to their
respective apps.
Removals