summaryrefslogtreecommitdiff
path: root/project/templates/git.html
diff options
context:
space:
mode:
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 %}