Skip to content

Commit

Permalink
Merge pull request #1453 from aidanmatchette/my-CiviWiki-contribution
Browse files Browse the repository at this point in the history
added a base template for user profile that extends main
  • Loading branch information
brylie authored Oct 22, 2022
2 parents 57cc010 + caaa8d6 commit 87d9a28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions project/accounts/templates/accounts/user_profile_base.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{% extends "base.html" %}

{% block extra-css%}{% endblock extra-css %}
{% block content %}{% endblock content %}
{% block extra-js %}{% endblock extra-js %}

0 comments on commit 87d9a28

Please sign in to comment.