Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions weblate_web/templates/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@ <h2 class="section-title left">{% translate "Weblate command line client" %}</h2
<p>
{% blocktranslate with url='https://docs.weblate.org/en/latest/wlc.html' %}You can control Weblate remotely using <a href="{{ url }}">wlc</a>, which can be installed from Python pip:{% endblocktranslate %}
</p>
<blockquote>
<p>pip3 install wlc</p>
</blockquote>
<pre>pip3 install wlc</pre>
</div>
</div>
</div>
Expand Down
Loading