diff --git a/passbook/core/forms/applications.py b/passbook/core/forms/applications.py index 4ed05137c..8c1a91603 100644 --- a/passbook/core/forms/applications.py +++ b/passbook/core/forms/applications.py @@ -37,5 +37,7 @@ class ApplicationForm(forms.ModelForm): labels = { "meta_launch_url": _("Launch URL"), "meta_icon_url": _("Icon URL"), + "meta_description": _("Description"), + "meta_publisher": _("Publisher"), } help_texts = {"policies": _("Policies required to access this Application.")} diff --git a/passbook/core/templates/login/with_sources.html b/passbook/core/templates/login/with_sources.html index afdb50af6..76f95bcdc 100644 --- a/passbook/core/templates/login/with_sources.html +++ b/passbook/core/templates/login/with_sources.html @@ -48,13 +48,16 @@