diff options
-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 %} |