diff options
Diffstat (limited to 'ishtar/templates/file_wizard.html')
-rw-r--r-- | ishtar/templates/file_wizard.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar/templates/file_wizard.html b/ishtar/templates/file_wizard.html index aa19420e2..4bb6a59c8 100644 --- a/ishtar/templates/file_wizard.html +++ b/ishtar/templates/file_wizard.html @@ -4,9 +4,9 @@ {% block content %} <ul id='form_path'> {% for step in extra_context.previous_steps %} - <li>» <a href='{%url action_form CURRENT_ACTION step.slug%}'>{{step.label}}</a></li> + <li>» <a href='{%url action-form CURRENT_ACTION step.slug%}'>{{step.label}}</a></li> {% endfor %} - <li class='current'>» <a href='{%url action_form CURRENT_ACTION extra_context.current_step.slug%}'>{{extra_context.current_step.label}}</a></li> + <li class='current'>» <a href='{%url action-form CURRENT_ACTION extra_context.current_step.slug%}'>{{extra_context.current_step.label}}</a></li> </ul> <div class='form'> <form action="." method="post">{% csrf_token %} |