{% extends 'base.html' %} {% block content %}

Edit Profile

You need to setup your profile before you can submit memes. As of now this only consists of a payout address so we know where to send Wownero if someone sends funds for your post.

{% if profile %}

Existing Address:
{{ profile.address }}

{% endif %}
{% endblock %}