diff options
Diffstat (limited to 'templates/public/svn.html')
-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 %} - |