~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to wlggz/views.py

  • Committer: Timo Wingender
  • Date: 2010-06-10 12:42:55 UTC
  • mto: This revision was merged to the branch mainline in revision 218.
  • Revision ID: timo.wingender@gmx.de-20100610124255-4958hbhzx9aqcrpa
Implement password change

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
        except (ggz_models.GGZStats.DoesNotExist):
69
69
            pass
70
70
 
71
 
    return render_to_response("wlggz/view_ggz_playerstats.html",
 
71
    return render_to_response("wlggz/view_ggz_test.html",
72
72
                              template_params,
73
73
                              context_instance=RequestContext(request))
74
74