Skip to content

Commit

Permalink
favicon added,
Browse files Browse the repository at this point in the history
fix for html head,
title added
  • Loading branch information
laDanz committed Jan 20, 2014
1 parent 7f38cf7 commit fa9f60f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions BuLiTipp/BuLiTipp/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/local_settings.py
/database.db
/database_test.db
Binary file added BuLiTipp/BuLiTippApp/static/favicon.ico
Binary file not shown.
4 changes: 3 additions & 1 deletion BuLiTipp/BuLiTippApp/templates/base.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{% extends 'bootstrap.html' %}
{% extends 'bootstrap3/bootstrap3.html' %}

{% block bootstrap3_title %}TippBuLi.de{% endblock %}

{% load bootstrap3 %}

Expand Down
3 changes: 0 additions & 3 deletions BuLiTipp/BuLiTippApp/templates/bootstrap.html

This file was deleted.

3 changes: 2 additions & 1 deletion BuLiTipp/bootstrap3/templates/bootstrap3/bootstrap3.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
{% load bootstrap3 %}
<html>
<head>
Expand All @@ -9,6 +9,7 @@
<link href="/static/themes/{{ user.theme.location }}/css/bootstrap.min.css" rel="stylesheet" title="main">
<link rel="stylesheet" media="screen" href="/static/css/custom.css">
<link rel="stylesheet" media="screen" href="/static/themes/{{ user.theme.location }}/custom.css">
<link rel="icon" href="/static/favicon.ico" type="image/x-icon">

{% bootstrap_javascript jquery=1 %}
<script type="text/javascript" src="/static/js/js.js"></script>
Expand Down

0 comments on commit fa9f60f

Please sign in to comment.