Changeset 52b98ef50c1bdde9ed05bbf4ae546107d381c0e6 for piwik/django/templates/admin/piwik/stats.html
- Timestamp:
- 06/19/10 19:12:06 (2 years ago)
- Children:
- 318015c694c0fc6da0337033f11d427cf20e83f3
- Parents:
- f7bc2e6837f5ad6c868f6350ecf809416b8e1791
- git-committer:
- François de Metz <francois@…> (06/19/10 19:12:06)
- Files:
-
- 1 modified
-
piwik/django/templates/admin/piwik/stats.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
piwik/django/templates/admin/piwik/stats.html
r25cfa31 r52b98ef 28 28 </div> 29 29 <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 %} 33 44 </div> 34 45 </div>
