diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-01-28 20:41:06 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-01-28 20:41:06 +0000 |
commit | e39760590fe3e30a5ad6c7645fe5f9d320ba8df3 (patch) | |
tree | c3f715edd52d7cb677824e1387fb68c9736be87f /templates | |
parent | 798ffc248e5b4d858613580a84b716f809b863e7 (diff) | |
download | troggle-e39760590fe3e30a5ad6c7645fe5f9d320ba8df3.tar.gz troggle-e39760590fe3e30a5ad6c7645fe5f9d320ba8df3.tar.bz2 troggle-e39760590fe3e30a5ad6c7645fe5f9d320ba8df3.zip |
fix bogus check on readonly field
Diffstat (limited to 'templates')
-rw-r--r-- | templates/troggletoolbar.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/templates/troggletoolbar.html b/templates/troggletoolbar.html index 24d5254..78e7d15 100644 --- a/templates/troggletoolbar.html +++ b/templates/troggletoolbar.html @@ -5,6 +5,8 @@ background-color:#9ff;
text-align:center;
font-weight:bold;
+ {% if troggle %}font-size:80%; {% endif %}
+
}
.toolbarlinkslocal
{
@@ -12,6 +14,7 @@ background-color:#f9f;
text-align:center;
font-weight:bold;
+ {% if troggle %}font-size:80%; {% endif %}
}
</style>
{% if settings.DEVSERVER %}
@@ -31,7 +34,7 @@ <a href="{% url "photoupload" %}">Upload Photos</a> |
<a href="{% url "gpxupload" %}">Upload GPX</a> |
- <br>
+ <br>
<a href="{% url "dataissues" %}">Data Issues</a> |
<a href="/handbook/computing/todo-data.html">tasks to do </a> |
@@ -42,6 +45,6 @@ <a href="/survexfilewild/{{current_year}}">Wild Survex({{current_year}})</a> |
<a href="/wallets/year/{{current_year}}">Wallets({{current_year}})</a> |
<a href="/expedition/{{current_year}}">Expo({{current_year}})</a> |
- <a href="{% url "controlpanel" %}">Control panel</a> |
+ <a href="{% url "controlpanel" %}">Control panel</a>
</div>
\ No newline at end of file |