Move indexin widgets to the html_widget.py module

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-16 00:10:01 -04:00
parent 0cdba79738
commit 2f5a0d071f
5 changed files with 8 additions and 2 deletions

View File

@@ -112,6 +112,8 @@ Other changes
* Add dependencies app
* Convert the document tags widget to use HTML templates.
* Move Tag app HTML widgets to their own module.
* Move the document index app widgets to the html_widget.py
module.
Removals
--------