Ticket #14374: 0001-Added-missing-templates-for-contrib.auth-tests.patch

File 0001-Added-missing-templates-for-contrib.auth-tests.patch, 1.2 KB (added by Henrique Bastos, 14 years ago)
  • new file django/contrib/auth/tests/templates/registration/logged_out.html

    From 67f8b5bf13c68d15db0cbf4472c3262a2206bcac Mon Sep 17 00:00:00 2001
    From: Henrique Bastos <henrique@bastos.net>
    Date: Fri, 1 Oct 2010 17:31:40 -0300
    Subject: [PATCH] Added missing templates for contrib.auth tests
    
    ---
     .../tests/templates/registration/logged_out.html   |    1 +
     .../registration/password_change_form.html         |    1 +
     2 files changed, 2 insertions(+), 0 deletions(-)
     create mode 100644 django/contrib/auth/tests/templates/registration/logged_out.html
     create mode 100644 django/contrib/auth/tests/templates/registration/password_change_form.html
    
    diff --git a/django/contrib/auth/tests/templates/registration/logged_out.html b/django/contrib/auth/tests/templates/registration/logged_out.html
    new file mode 100644
    index 0000000..d690653
    - +  
     1Logged out
     2 No newline at end of file
  • new file django/contrib/auth/tests/templates/registration/password_change_form.html

    diff --git a/django/contrib/auth/tests/templates/registration/password_change_form.html b/django/contrib/auth/tests/templates/registration/password_change_form.html
    new file mode 100644
    index 0000000..d960111
    - +  
     1{{ form }}
     2 No newline at end of file
Back to Top