diff --git a/src/core/templates/profile/profile.html b/src/core/templates/profile/profile.html index 5ec190a..f284c41 100644 --- a/src/core/templates/profile/profile.html +++ b/src/core/templates/profile/profile.html @@ -1,24 +1,24 @@ -{% extends 'master.html' %} {% load static %} {% block header %} +{% extends 'master.html' %} +{% load static %} + +{% block header %} -{% endblock %} {% block content %} +{% endblock %} + +{% block content %}

- {{ gamer.personaname }} {% if request.user.gamer == gamer %}(Your Profile){% - endif %} + {{ gamer.personaname }} {% if request.user.gamer == gamer %}(Your Profile){% endif %}

Links

Info

@@ -31,15 +31,14 @@ Comments: {% if gamer.commentpermission %}Allowed{% else %}Denied{% endif %}

- Locale: {% if gamer.loccountrycode %}{{ gamer.loccountrycode }}{% else %}Not - provided{% endif %} + Locale: {% if gamer.loccountrycode %}{{ gamer.loccountrycode }}{% else %}Not provided{% endif %}

Badges

{% for badge in gamer.badges.all %} - {% empty %} No badges earned yet. {% endfor %} + {% empty %} None earned yet.{% endfor %}

Statistics

diff --git a/src/core/templates/profile/settings.html b/src/core/templates/profile/settings.html index 3e37ec9..3a57ab4 100644 --- a/src/core/templates/profile/settings.html +++ b/src/core/templates/profile/settings.html @@ -1,21 +1,23 @@ -{% extends 'master.html' %} {% load static %} {% block header %} +{% extends 'master.html' %} +{% load static %} + +{% block header %} -{% endblock %} {% block content %} +{% endblock %} + +{% block content %}

Settings

- Find your trade URL! - Synchronize profile from Steam +

Trade URL

+

Find your trade URL!

{% csrf_token %} {{ form.as_p }}
+ +

Other

+

Synchronize profile from Steam

{% endblock %}