aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorWeitian LI <liweitianux@gmail.com>2014-04-28 01:17:14 +0800
committerWeitian LI <liweitianux@gmail.com>2014-04-28 01:17:14 +0800
commit001dc97e1f68a9782f0c289d890dd1cd6c2075d9 (patch)
treed8707befd59e8d04fd4312487b09511c74b20b34 /templates
parent8aa8d9fdc406c7352b7713c06b7b61cc9edf84a9 (diff)
downloaddjango-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.html4
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 %}