diff --git a/templates/account/public_profile.html b/templates/account/public_profile.html
index 4102de05..3dae92c2 100644
--- a/templates/account/public_profile.html
+++ b/templates/account/public_profile.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% set active_page = "account" %}
{% import "account/_helpers.html" as helper %}
-{% from "projects/_helpers.html" import render_grid_apps %}
+{% from "projects/_helpers.html" import render_grid_projects %}
{% from "projects/_helpers.html" import broken_image%}
{% import "privacy/locked.html" as privacy %}