Rename follower_graph to graph_followers
Create graph_followers template Add urlconf for graph_followers Redirect use to followers view instead of just calling it
This commit is contained in:
parent
127ae209b1
commit
99f37ede03
3 changed files with 6 additions and 3 deletions
2
templates/graph_followers.html
Normal file
2
templates/graph_followers.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
{# vim: set ft=htmldjango #}
|
||||
{% extends "graph_base.html" %}
|
Loading…
Add table
Add a link
Reference in a new issue