Show
Ignore:
Timestamp:
06/19/10 19:12:06 (2 years ago)
Author:
François de Metz <francois@…>
Children:
318015c694c0fc6da0337033f11d427cf20e83f3
Parents:
f7bc2e6837f5ad6c868f6350ecf809416b8e1791
git-committer:
François de Metz <francois@…> (06/19/10 19:12:06)
Message:

Added more stats in django admin

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • piwik/django/templates/admin/piwik/stats.html

    r25cfa31 r52b98ef  
    2828    </div> 
    2929    <div> 
    30     {% autoescape off %} 
    31     {{stats}} 
    32     {% endautoescape %} 
     30        <h2>{% trans 'Visits summary' %}</h2> 
     31        {% autoescape off %} 
     32        {{visitssummary}} 
     33        {% endautoescape %} 
     34        <br /> 
     35        <h2>{% trans 'User Country' %}</h2> 
     36        {% autoescape off %} 
     37        {{usercountry}} 
     38        {% endautoescape %} 
     39        <br /> 
     40        <h2>{% trans 'Referrer' %}</h2> 
     41        {% autoescape off %} 
     42        {{referrer}} 
     43        {% endautoescape %} 
    3344    </div> 
    3445</div>