added title to browse by category html
This commit is contained in:
parent
b00691b3a4
commit
ebd8681a90
@ -1,7 +1,7 @@
|
|||||||
{% extends "layout.html" %}
|
{% extends "layout.html" %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<div class="pagetitle" id="browsethearchive-title">BROWSE BY</div>
|
<div class="pagetitle" id="browseby-title">BROWSE BY</div>
|
||||||
|
|
||||||
<div id="browsebycategory-listcategories">
|
<div id="browsebycategory-listcategories">
|
||||||
<div class="browsebycategory-categories primary-button"><a href="{{ url_for('artistsindex') }}">BROWSE BY CREATOR/CONTRIBUTOR</a></div>
|
<div class="browsebycategory-categories primary-button"><a href="{{ url_for('artistsindex') }}">BROWSE BY CREATOR/CONTRIBUTOR</a></div>
|
||||||
|
Loading…
Reference in New Issue
Block a user