Skip to content
Snippets Groups Projects
Commit f7c12ef4 authored by Arno Wunderlich's avatar Arno Wunderlich
Browse files

don't show "Access tokens" headings on all pages

parent 44d8bbf0
No related branches found
No related tags found
1 merge request!46Bugfixes (e.g. from bughunt)
{% extends 'base.html' %} {% extends 'base.html' %}
{% block header %} {% block header %}
<h1>{% block title %}Access tokens{% endblock %}</h1> <h1>{% block title %}Sell items{% endblock %}</h1>
{% endblock %} {% endblock %}
{% block content %} {% block content %}
......
{% extends 'base.html' %} {% extends 'base.html' %}
{% block header %} {% block header %}
<h1>{% block title %}Access tokens{% endblock %}</h1> <h1>{% block title %}View all items currently on auction {% endblock %}</h1>
{% endblock %} {% endblock %}
{% block content %} {% block content %}
......
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