diff options
author | Weitian LI <liweitianux@gmail.com> | 2014-04-28 01:17:14 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2014-04-28 01:17:14 +0800 |
commit | 001dc97e1f68a9782f0c289d890dd1cd6c2075d9 (patch) | |
tree | d8707befd59e8d04fd4312487b09511c74b20b34 /templates | |
parent | 8aa8d9fdc406c7352b7713c06b7b61cc9edf84a9 (diff) | |
download | django-skaschool-001dc97e1f68a9782f0c289d890dd1cd6c2075d9.tar.bz2 |
* updated contents and format of pages
* updated <a> in 'index.html' with target="_blank"
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index c646f32..ba40227 100644 --- a/templates/index.html +++ b/templates/index.html @@ -38,8 +38,8 @@ <footer class="container" role="contentinfo"> <ul class="masthead-links"> <li>Powered by:</li> - <li><a href="https://www.djangoproject.com/">Django</a></li> - <li><a href="http://getbootstrap.com/">Bootstrap</a></li> + <li><a href="https://www.djangoproject.com/" target="_blank">Django</a></li> + <li><a href="http://getbootstrap.com/" target="_blank">Bootstrap</a></li> </ul> </footer> {% endblock %} |