Changeset - 318c1e8223c6
[Not reviewed]
version_5
0 1 0
Dennis Fink - 10 years ago 2015-08-25 17:29:15
dennis.fink@c3l.lu
Use title filter instead of capitalize method
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/status/macros.html
Show inline comments
 
@@ -54,7 +54,7 @@
 
  {% else %}
 
    {% set headers = ('#', 'Name', 'Server Status', 'Tor Status', 'Country', 'Fingerprint', 'OBFS', 'FTEProxy', 'Flashproxy', 'meek', 'Last Updated <noscript>(UTC)</noscript>') %}
 
  {% endif %}
 
  <h2>{{ server_type.capitalize() }}</h2>
 
  <h2>{{ server_type|title }}</h2>
 
  <table class="table table-bordered table-striped sortable">
 
    <thead>
 
      <tr>
0 comments (0 inline, 0 general)