mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 18:39:59 +00:00
Added tabs to make profile more organized
This commit is contained in:
parent
6792716903
commit
1ac211276e
|
@ -5,7 +5,6 @@
|
||||||
|
|
||||||
<h1>Edit Profile</h1>
|
<h1>Edit Profile</h1>
|
||||||
|
|
||||||
<div class="bs-example bs-example-tabs" data-example-id="togglable-tabs">
|
|
||||||
<ul class="nav nav-tabs" id="myTabs" role="tablist">
|
<ul class="nav nav-tabs" id="myTabs" role="tablist">
|
||||||
<li role="presentation" class="active">
|
<li role="presentation" class="active">
|
||||||
<a href="#password-change" id="password-change-tab" role="tab" data-toggle="tab" aria-controls="home" aria-expanded="false">Password</a>
|
<a href="#password-change" id="password-change-tab" role="tab" data-toggle="tab" aria-controls="home" aria-expanded="false">Password</a>
|
||||||
|
@ -63,6 +62,5 @@
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue