Skip to content
Snippets Groups Projects
Commit 209657e8 authored by Leonidas Poulopoulos's avatar Leonidas Poulopoulos
Browse files

Added breadcrumbs to profile page

parent 11c1e8d5
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
{% load i18n %} {% load i18n %}
{% block title %}{% trans "My profile" %}{% endblock %} {% block title %}{% trans "My profile" %}{% endblock %}
{% block breadcrumbs %}:: {% trans "My profile" %}{% endblock %}
{% block content %} {% block content %}
<h3>{% trans "My profile" %}</h3> <h3>{% trans "My profile" %}</h3>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment