Repo graph template
This commit is contained in:
parent
8e2decc27e
commit
57ea318fcf
3 changed files with 22 additions and 2 deletions
7
templates/graph_repo.html
Normal file
7
templates/graph_repo.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
{# vim: set ft=htmldjango #}
|
||||
{% extends "graph_base.html" %}
|
||||
|
||||
{% block graph %}
|
||||
<h1 class="placeholder">PUT A GRAPH OF<br/>{{ username }}'s<br/>{{ repo }}
|
||||
REPO<br/>HERE</h1>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue