diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-02-21 00:22:05 -0800 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-02-21 00:22:05 -0800 |
commit | e9e6055c9fe102f0151ce4c3e33fd2f78c894f0a (patch) | |
tree | 2bf1eced6cb88a89c6fe57eb06979dcee10f6ae4 | |
parent | c2c9c271553775e9481e8a8f70ddc25bc3273eac (diff) | |
download | bnewnet-e9e6055c9fe102f0151ce4c3e33fd2f78c894f0a.tar.gz bnewnet-e9e6055c9fe102f0151ce4c3e33fd2f78c894f0a.zip |
added "git is confusing" disclaimer
-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 /> |