Catch remote forking errors and display them
[phorkie.git] / data / templates / display.htm
index 6c75eaa51c00e885e7f70b5ccd4d40c759da07b5..27d1314df755e3f3fb159909f08c9e334539f4b5 100644 (file)
@@ -1,7 +1,5 @@
 {% extends "base.htm" %}
-{% block title %}
- {{repo.getTitle}}
-{% endblock %}
+{% block title %}{{repo.getTitle}}{% endblock %}
 
 {% block meta %}
 <link rel="meta" title="DOAP" type="application/rdf+xml" href="{{repo.getLink('doap')}}"/>
@@ -25,5 +23,6 @@
 
 {% block sidebar %}
  {% include 'display-sidebar-owner.htm' %}
+ {% include 'display-sidebar-fork.htm' %}
  {% include 'display-sidebar-history.htm' %}
 {% endblock %}