Skip to content

Commit

Permalink
Merge pull request #7395 from guerler/remove_openid_legacy_check
Browse files Browse the repository at this point in the history
Remove openid related legacy check
  • Loading branch information
dannon committed Feb 21, 2019
2 parents 3c3d36c + e9c6c12 commit 4bb57e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/display_common.mako
Expand Up @@ -82,8 +82,6 @@
class_plural = "Datasets"
elif a_class == model.FormDefinitionCurrent:
class_plural = "Forms"
elif a_class == model.UserOpenID:
class_plural = "OpenIDs"
else:
class_plural = "items"
return class_plural
Expand Down

0 comments on commit 4bb57e5

Please sign in to comment.