view templates/user.djhtml @ 29:6ba969517b9c

Implement initial profiles, cleanup models, change Free_license to FreeLicense
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Wed, 30 Jun 2010 00:04:34 -0500
parents
children f14aaa98306a
line wrap: on
line source

{% extends "whitebox.djhtml" %}
{% block boxtitle %}
{{user.username}}
{% endblock %}
{% block boxcontents %}
{{profile.preferred_license}} <br/>
{{bundles}} <br/>
{{snippets}} <br/>
{% endblock %}