Skip to content

Commit

Permalink
Correct method
Browse files Browse the repository at this point in the history
  • Loading branch information
portableant committed Oct 7, 2015
1 parent 232962f commit b73a59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/account/public_profile.html
Original file line number Diff line number Diff line change
@@ -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 %}

Expand Down

0 comments on commit b73a59c

Please sign in to comment.