summaryrefslogtreecommitdiff
path: root/project/templates/git.html
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-01-02 13:45:43 +1100
committerJed Barber <jjbarber@y7mail.com>2017-01-02 13:45:43 +1100
commit08ff00c29ea05a41ef8b9c656b1bbd6e69363768 (patch)
tree602b50e530bd116486eab3ab1e6a26adbe358851 /project/templates/git.html
parent81eee0b63de40f8cde1a735cf9e0918cc11997cd (diff)
Retargeted git page link to where cgit will be
Diffstat (limited to 'project/templates/git.html')
-rw-r--r--project/templates/git.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/project/templates/git.html b/project/templates/git.html
deleted file mode 100644
index 02cc3de..0000000
--- a/project/templates/git.html
+++ /dev/null
@@ -1,8 +0,0 @@
-
-{% extends "base.html" %}
-
-{% block title %}Git{% endblock %}
-
-{% block content %}
- <p>Content for git page goes here</p>
-{% endblock %}