view MANIFEST.in @ 4254:493ccf3e22e6

user edit: always define c.EXTERN_TYPE_INTERNAL (issue 3) It is needed by user_edit_profile.html when user_edit.html includes it because .active='profile'. Some non-obvious code paths could lead to that - such as editing other user's password. Instead, set the value it in the controller initialization.
author Mads Kiilerich <madski@unity3d.com>
date Mon, 14 Jul 2014 21:12:23 +0200
parents 7e5f8c12a3fc
children b8efb9a39c73
line wrap: on
line source

include kallithea/config/deployment.ini_tmpl
include kallithea/lib/dbmigrate/migrate.cfg

include README.rst
recursive-include kallithea/i18n *

#docs
recursive-include docs *

#init.d
recursive-include init.d *

#images
recursive-include kallithea/public/css *
recursive-include kallithea/public/images *
#js
recursive-include kallithea/public/js *
#templates
recursive-include kallithea/templates *