repo.or.cz
/
aur2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add "Group" account information on the user profile page
[aur2.git]
/
archlinux
/
templates
/
base-sidebar.html
blob
a1ce75d412f3d5a06a15932c3efa3ac8a4448744
1
{% extends
"base.html"
%}
2
{% block content %}
3
<div
class
=
"right"
style
=
"padding-right: 0px;"
>
4
{% block content_right %}
5
{% endblock %}
6
</div>
7
<div
class
=
"left"
style
=
"padding-top: 0px; margin-right: 340px;"
>
8
{% block content_left %}
9
{% endblock %}
10
</div>
11
{% endblock %}