fix user pref display

also add link to librarian settings
pull/1/head
eric 2014-10-31 13:52:19 -04:00
parent 1b792ed91b
commit f9b785e69e
1 changed files with 3 additions and 1 deletions

View File

@ -155,7 +155,7 @@ function highlightTarget(targetdiv) {
</div>
</div>
{% ifequal supporter request.user %}
<div id="user-block-hide">
<div id="user-block-hide" class="user-block-hide">
<form method="POST" action="#">
{% csrf_token %}
<div class="block block1">
@ -228,6 +228,8 @@ function highlightTarget(targetdiv) {
{% else %}
<div id="loadlt" onclick="highlightTarget('#connectlt'); return false;"><div>Add your LibraryThing ID to import from LibraryThing.</div></div>
{% endif %}
<h3 class="title">More</h3>
<a href="{% url marc_config %}">Librarian Settings</a>
</div>
</div>
{% endifequal %}