X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/51b7f4ab41479e5a0cbfc171a274a82fd4100140..fa21c2cc4d92e1f723a3b38daa2f033dbb4889e5:/forum/forms/admin.py?ds=sidebyside 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 +