* production:
Don't load the uri template tag library.
Add the influence url to notification emails.
Make the is_public field unchecked by default.
- from django.forms.fields import CharField
+ from django.forms.fields import CharField, BooleanField
from django.forms.widgets import Textarea
+from django.forms.models import ModelMultipleChoiceField
from threadedcomments.forms import ThreadedCommentForm
from xerxes.tools.forms import ContextModelForm
+from xerxes.tools.widgets import DropDownMultiple
from models import Influence, Character
#