We've marked the public profile templates as deprecated through a comment to let people know we will be removing them if they are still using them. However, the {% comment %} tag at the top of the file will cause them to error out which we don't want.
|
{% comment %} |
|
This template is deprecated. Account pages are now part of the back-office. |
|
{% endcomment %} |
|
|
|
{% extends "core/base.html" %} |
|
{% load static %} |
|
{% load i18n %} |
THis needs to be updated on:
A PR is open on Hourglass: openlibhums/hourglass#417
We've marked the public profile templates as deprecated through a comment to let people know we will be removing them if they are still using them. However, the
{% comment %}tag at the top of the file will cause them to error out which we don't want.janeway/src/themes/OLH/templates/core/accounts/public_profile.html
Lines 1 to 7 in bf7683d
THis needs to be updated on:
A PR is open on Hourglass: openlibhums/hourglass#417