mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-08 00:05:30 +00:00
improve group creation hint
- use help class - hopefully make the linter happy
This commit is contained in:
parent
57b2c83c64
commit
05969c5311
1 changed files with 22 additions and 17 deletions
|
@ -52,10 +52,15 @@
|
||||||
{% else %}
|
{% else %}
|
||||||
{% with user|username as username %}
|
{% with user|username as username %}
|
||||||
{% url 'user-groups' user|username as url %}
|
{% url 'user-groups' user|username as url %}
|
||||||
<div>{% trans "You must create a " %}<a href="{{ url }}">{% trans "Group" %}</a>{% trans " before you can create Group lists!" %}</div>
|
<div>
|
||||||
|
<p>{% trans "You don't have any Groups yet!" %}</p>
|
||||||
|
<p>
|
||||||
|
<a class="help has-text-weight-normal" href="{{ url }}">{% trans "Create a Group" %}</a>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
</fieldset>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
</fieldset>
|
||||||
</label>
|
</label>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue