summaryrefslogtreecommitdiffstats
path: root/askbot/templates/revisions.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/revisions.html')
-rw-r--r--askbot/templates/revisions.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/askbot/templates/revisions.html b/askbot/templates/revisions.html
index 1617ff25..24038b20 100644
--- a/askbot/templates/revisions.html
+++ b/askbot/templates/revisions.html
@@ -49,12 +49,7 @@
{% else %}
{% set contributor_type = "last_updater" %}
{% endif %}
- {{ macros.post_contributor_info(
- revision,
- contributor_type,
- False,
- 0,
- )
+ {{ macros.post_contributor_info(revision, contributor_type)
}}
</div>
</td>