diff options
-rw-r--r-- | bn_django/git_browse/templates/git_browse/repository_list.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bn_django/git_browse/templates/git_browse/repository_list.html b/bn_django/git_browse/templates/git_browse/repository_list.html index 106c0e8..180be2d 100644 --- a/bn_django/git_browse/templates/git_browse/repository_list.html +++ b/bn_django/git_browse/templates/git_browse/repository_list.html @@ -8,6 +8,9 @@ <div class="notice"> Until this is better developed I would recommend trying <a href="http://git.bryannewbold.com/">gitweb</a>. </div> +<div class="notice"> +If you aren't familiar with git these repositories won't make much sense and will be frustrating! +</div> {% if object_list %} {% for item in object_list %} <div class="righty"><br /> |