repo.or.cz
/
archweb_dev-nj.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changed color alternation on pkglist to be conformant.
[archweb_dev-nj.git]
/
templates
/
errors.html
blob
84f98d796eed1ede824c6bf49a2c165f5bff914a
1
<ul
class
=
"error"
>
2
{% for err in errors %}
3
<li>
{{ err
.0
}}: {{ err
.1
}}
</li>
4
{% endfor %}
5
</ul>