diff options
author | Weitian LI <liweitianux@gmail.com> | 2014-04-29 17:12:14 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2014-04-29 17:12:14 +0800 |
commit | 96faa3b5451ca3f9d740f76c61c71ae2551f7415 (patch) | |
tree | f8fccd6f746fe22a6074910604bfc86375d51650 /templates/index.html | |
parent | a2b75fd0ae62b484c3a7cc1205a1425a91b43533 (diff) | |
download | django-skaschool-96faa3b5451ca3f9d740f76c61c71ae2551f7415.tar.bz2 |
added BeiAn information to index.html
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html index 435b5b1..0f13556 100644 --- a/templates/index.html +++ b/templates/index.html @@ -60,6 +60,7 @@ <li><a href="https://www.djangoproject.com/" target="_blank">Django</a></li> <li><a href="http://getbootstrap.com/" target="_blank">Bootstrap</a></li> </ul> + <p>沪交ICP备20141466</p> <br> </footer> {% endblock %} |