diff options
Diffstat (limited to 'ishtar/templates/file_done.html')
| -rw-r--r-- | ishtar/templates/file_done.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/ishtar/templates/file_done.html b/ishtar/templates/file_done.html deleted file mode 100644 index 6bbeb53d4..000000000 --- a/ishtar/templates/file_done.html +++ /dev/null @@ -1,16 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} -{% block content %} -<ul id='form_path'> -{% for step in previous_steps %} - <li>» <a href='?form_prev_step={{forloop.counter0}}'>{{step.form_label}}</a></li> -{% endfor %} - <li class='current'>» <a href='#'>{{current_step.form_label}}</a></li> -</ul> -<div class='form'> -<pre> -{{ form_list|pprint }} -</pre> -</form> -</div> -{% endblock %} |
