diff options
author | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-06-20 02:51:34 -0400 |
---|---|---|
committer | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-06-20 02:51:34 -0400 |
commit | 9c1919af112d2203209ece9b78fd137144cec98c (patch) | |
tree | 5fdef26792f8844b9e9f321eda1ffc37cc3e5814 | |
parent | 8f9b626c7b5fc728e3f16cce8b631645ccd52255 (diff) | |
download | hyperkitty-9c1919af112d2203209ece9b78fd137144cec98c.tar.gz hyperkitty-9c1919af112d2203209ece9b78fd137144cec98c.tar.xz hyperkitty-9c1919af112d2203209ece9b78fd137144cec98c.zip |
renaming simple_form.html to add_tag_form.html
-rw-r--r-- | templates/add_tag_form.html (renamed from templates/simple_form.html) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/templates/simple_form.html b/templates/add_tag_form.html index 70253ea..9a0f68c 100644 --- a/templates/simple_form.html +++ b/templates/add_tag_form.html @@ -1,11 +1,9 @@ -{% extends "base_simple.html" %} -{% load gravatar %} +{% extends "base.html" %} {% block title %}{{ app_name }}{% endblock %} - +{% block header %} {% endblock %} {% block content %} - <div class="content"> <form action="/addtag/{{list_address}}/{{email_id}}/" method="post"> {% csrf_token %} |