Mercurial > hg > savane-forge
view templates/my/resume_skill.html @ 223:d2be34f42ca8
More i18n
author | Sylvain Beucler <beuc@beuc.net> |
---|---|
date | Sun, 01 Aug 2010 09:27:54 +0200 |
parents | 06eaae5b0897 |
children | 8c6c148faf14 |
line wrap: on
line source
{% extends "base.html" %} {% load i18n %} {% block title %} {% trans "My account configuration" %}{% trans ": " %}{{title}} {% endblock %} {% block content %} <p>To Be Implemented</p> {% endblock %} {% comment %} Local Variables: ** mode: django-html ** tab-width: 4 ** indent-tabs-mode: nil ** End: ** {% endcomment %}