Commit
60f307b6d04ae499e261a96ac744f56d632b4b55
Authored by
Luan
Exists in
master
and in
13 other branches
Validation_colab_sprint_30, check-port, generic-plugins, header_footer, mezuro-integration, move_out_plugins, plugin_extra_configs, proxy_base_template, proxy_hotspot, spb-release/3.0, stable, test, trac_indexing
Removing old templatetag from load
|
1
| {% extends "base.html" %} |
1
| {% extends "base.html" %} |
|
2
| -{% load i18n append_to_get gravatar superarchives %} |
2
| +{% load i18n gravatar superarchives %} |
|
3
| |
3
| |
|
4
| {% trans "Anonymous" as anonymous %} |
4
| {% trans "Anonymous" as anonymous %} |
|
5
| |
5
| |