{% extends "base.html" %} {% block title %}Ref {{ git_commit.get_refs_str() }}{% endblock %} {% block breadcrumbs %} Home > Ref: {{ git_commit.get_refs_str() }} {% endblock %} {% block body %}

Ref {{ git_commit.get_refs_str() }}

Errors

Comparison to default ref, {{ default_ref_str }}

The config has changed, so no comparison can be made.

{% endblock %}