X-Git-Url: https://git.openstreetmap.org/osqa.git/blobdiff_plain/8c29337f201187a1d8aa0110c9faf36b5d4f9219..2444d6ffd7995be782615589fb1d5aef2c8277ce:/forum/forms/admin.py diff --git a/forum/forms/admin.py b/forum/forms/admin.py index a1d7b72..1ff2e85 100644 --- a/forum/forms/admin.py +++ b/forum/forms/admin.py @@ -58,9 +58,8 @@ class UrlFieldWidget(forms.TextInput): return """ - - """ % {'name': name, 'value': value, 'app_url': settings.APP_URL, - 'script_alias': settings.FORUM_SCRIPT_ALIAS} + + """ % {'name': name, 'value': value, 'app_url': settings.APP_URL} class PageForm(forms.Form): @@ -105,4 +104,4 @@ class CreateUserForm(SimpleRegistrationForm, SetPasswordForm): self.fields['email'].label = _('email address') - \ No newline at end of file +