diff options
| author | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2008-10-08 19:44:15 +0000 |
|---|---|---|
| committer | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2008-10-08 19:44:15 +0000 |
| commit | c35b127f729015dec19a039ca4173df845cb24eb (patch) | |
| tree | 7885552d4f93c492732a467db562fe59e5f69c61 /templates/createOrEdit.html | |
| parent | 5b13731e4c899e86cabf3c6eb7e343b178d70f05 (diff) | |
| download | Papillon-c35b127f729015dec19a039ca4173df845cb24eb.tar.bz2 Papillon-c35b127f729015dec19a039ca4173df845cb24eb.zip | |
Some minor changes for Django 1.0
Diffstat (limited to 'templates/createOrEdit.html')
| -rw-r--r-- | templates/createOrEdit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/createOrEdit.html b/templates/createOrEdit.html index 0c223ff..e76decd 100644 --- a/templates/createOrEdit.html +++ b/templates/createOrEdit.html @@ -1,5 +1,5 @@ -{% load i18n %} {% extends "base.html" %} +{% load i18n %} {% block content %} {% if not new and not choices %} |
