Placeholder for repo graph

This commit is contained in:
Eryn Wells 2012-08-18 12:37:45 -07:00
parent 57ea318fcf
commit 6bb4000d30

View file

@ -2,6 +2,5 @@
{% extends "graph_base.html" %}
{% block graph %}
<h1 class="placeholder">PUT A GRAPH OF<br/>{{ username }}'s<br/>{{ repo }}
REPO<br/>HERE</h1>
<h1 class="placeholder">PUT A GRAPH OF<br/>{{ username }}'s<br/>{{ repo }} REPO<br/>HERE</h1>
{% endblock %}