##// END OF EJS Templates
errorpages: fix case when a pyramid httperror was not being rendered...
errorpages: fix case when a pyramid httperror was not being rendered with error handler

File last commit:

r368:30080e6f default
r449:e17b1d9d default
Show More
footer.html
6 lines | 201 B | text/html | HtmlLexer
docs: use custom footer with links to docs issues. Fixes #4066
r368 {% extends "!footer.html" %}
{% block extrafooter %}
<br/>
Documentation defects and suggestions can be submitted <a href="https://issues.rhodecode.com/projects/documentation">here</a>
{% endblock %}