Skip to content

Commit

Permalink
[Feature #110549282] Add djangogram logo and change title of login page
Browse files Browse the repository at this point in the history
  • Loading branch information
Issa Jubril committed Jan 20, 2016
1 parent 3418607 commit eced74d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion djangogram/photoeditor/templates/photoeditor/canvas.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Djangogram</a>
<img src="{% static "img/gramicon.png" %}" alt="logo" class="navbar-brand img-circle">
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
Expand Down
2 changes: 1 addition & 1 deletion djangogram/photoeditor/templates/photoeditor/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link href="{% static 'css/style.css' %}" type="text/css" rel="stylesheet"/>
<meta charset="UTF-8">
<meta name="csrf-token" content="{{ csrf_token }}">
<title>Canvas</title>
<title>Djangogram... Home</title>
</head>
<body class="home-bg">

Expand Down

0 comments on commit eced74d

Please sign in to comment.