Revision 9d889386 snf-astakos-app/astakos/im/templates/im/base.html

b/snf-astakos-app/astakos/im/templates/im/base.html
1
{% load astakos_tags %}<!doctype html>
1
{% load astakos_tags branding_tags %}<!doctype html>
2
<html>
2 3
<head>
3 4
  {% block starthead %}{% endblock starthead %}
4 5
  <meta charset="UTF-8">
......
6 7
  <meta http-equiv="X-UA-Compatible" content="{{ resource.meta.compatibility }}">
7 8
  
8 9
  <title>
9
     {% block page.title %}Accounts{% endblock %} / GRNET Cloud Accounts 
10
    {{ BRANDING_SERVICE_NAME }} Dashboard | {% block page.title %}Overview{% endblock %}
10 11
  </title>
11 12
  
12 13
  <meta name="description" content="">
......
21 22
  {% endblock %}
22 23
  
23 24
  {% block page.favicons %}
24
  <link rel="shortcut icon" href="">
25
  <link rel="shortcut icon" href="{{ BRANDING_FAVICON_URL }}" />
25 26
  <link rel="apple-touch-icon" href="">
26 27
  {% endblock page.favicons %}
27 28

  
......
78 79

  
79 80
<body>
80 81
    <div class="container">
81
        <div class="wrapper">       
82
            
82
        <div class="wrapper">     
83 83
            {% display_messages %}
84 84

  
85 85
	        <div class="mainlogo">
86
                <a href="{% url astakos.im.views.index %}">
87
	        		<img src="{{ IM_STATIC_URL }}images/accounts-logo.png" alt="accounts" />
86
            <a href="{% url index %}">
87
	        		<img src="{{ BRANDING_DASHBOARD_LOGO_URL }}" alt="{{ BRANDING_SERVICE_NAME }} Dashboard" />
88 88
	        	</a>
89 89
	        </div>
90 90
            {% block page.nav %}

Also available in: Unified diff