diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-03-21 17:03:14 +0000 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-03-21 17:03:14 +0000 |
| commit | a8edae1da0e8c2a266bc358e7440c49519c4473d (patch) | |
| tree | 53226f7cceb7624141fb18613c8725a54c1037d2 /app/templates | |
| parent | 5cc49f282882bbf8da7430efeb276f0b9975630b (diff) | |
| download | cheatdb-a8edae1da0e8c2a266bc358e7440c49519c4473d.tar.xz | |
Add package creation
Diffstat (limited to 'app/templates')
| -rw-r--r-- | app/templates/package_create_edit.html (renamed from app/templates/package_edit.html) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/package_edit.html b/app/templates/package_create_edit.html index f7e34b1..26b4c44 100644 --- a/app/templates/package_edit.html +++ b/app/templates/package_create_edit.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block title %} - {{ package.title }} + {{ package.title or "Create Package" }} {% endblock %} {% block content %} |
