Browse Source

Merge branch 'master' of github.com:tangentlabs/django-oscar

master
David Winterbottom 12 years ago
parent
commit
2f3516165a
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      oscar/templates/oscar/dashboard/users/detail.html

+ 0
- 4
oscar/templates/oscar/dashboard/users/detail.html View File

@@ -85,10 +85,6 @@
85 85
                     <th>{% trans "Reviews written" %}</th>
86 86
                     <td>{{ customer.reviews.count }}</td>
87 87
                 </tr>
88
-                <tr>
89
-                    <th>{% trans "Date joined" %}</th>
90
-                    <td>{{ customer.date_joined }}</td>
91
-                </tr>
92 88
                 <tr>
93 89
                     <th>{% trans "Actions" %}</th>
94 90
                     <td>

Loading…
Cancel
Save