Skip to content

Commit

Permalink
Removed unused templates (closes pennersr#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed Feb 22, 2012
1 parent c22cc97 commit 3e24bef
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 48 deletions.
4 changes: 0 additions & 4 deletions allauth/account/urls.py
Expand Up @@ -3,12 +3,8 @@

from forms import SignupForm


import views

signup_view = "pinax.apps.signup_codes.views.signup"


urlpatterns = patterns("",
url(r"^email/$", views.email, name="account_email"),
url(r"^signup/$", views.signup, name="account_signup"),
Expand Down
22 changes: 0 additions & 22 deletions example/templates/uniform/allauth/account/language_change.html

This file was deleted.

22 changes: 0 additions & 22 deletions example/templates/uniform/allauth/account/timezone_change.html

This file was deleted.

0 comments on commit 3e24bef

Please sign in to comment.