rogueojiiofwales/templates/graph_repo.html

7 lines
189 B
HTML
Raw Normal View History

2012-08-18 11:47:13 -07:00
{# vim: set ft=htmldjango #}
{% extends "graph_base.html" %}
{% block graph %}
2012-08-18 12:37:45 -07:00
<h1 class="placeholder">PUT A GRAPH OF<br/>{{ username }}'s<br/>{{ repo }} REPO<br/>HERE</h1>
2012-08-18 11:47:13 -07:00
{% endblock %}