Commit d962a2a3 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Fixing warnings due to bug 347291 (unused tag in code-error.html.tmpl)

parent fb079a1b
......@@ -183,11 +183,6 @@
[%+ terms.bug %] [%+ bug_id FILTER html %].
[% END %]
[% ELSIF error == "invalid_numeric_argument" %]
[% title = "Invalid number argument" %]
The argument <code>[% argument FILTER html %] = [% value FILTER html %]</code>
of <code>[% function FILTER html %]</code> is not a natural number.
[% ELSIF error == "invalid_series_id" %]
[% title = "Invalid Series" %]
The series_id [% series_id FILTER html %] is not valid. It may be that
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment