diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-14 22:58:26 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-14 22:58:26 -0500 |
commit | 261fc92de2f7cd4641a96d0a0a3c013c7040efac (patch) | |
tree | b3c30e65096db179db1f98a35f5fdb31d635ce9e /templates/public | |
parent | 64f6dd9cb41ddbc84376549f558ed7d52d9e600a (diff) |
fix urls.pyparabolaweb-2012-11-14-3
Diffstat (limited to 'templates/public')
-rw-r--r-- | templates/public/svn.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/templates/public/svn.html b/templates/public/svn.html deleted file mode 100644 index 80367eaf..00000000 --- a/templates/public/svn.html +++ /dev/null @@ -1,14 +0,0 @@ -{% extends "base.html" %} -{% block title %}Parabola - SVN{% endblock %} -{% block content %} -<div class="box"> - <h2 class="title">SVN Repositories</h2> - <p>Parabola doesn't use any SVN repositories. But you can find our <a - href="https://projects.parabolagnulinux.org" title="Projects - page">Projects</a> on git! - </p> - -</div> -<br /><br /> -{% endblock %} - |