Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Seaward
Keel - LDH Middleware
Commits
0299715b
Commit
0299715b
authored
Oct 20, 2017
by
David Seaward
Committed by
Gogs
Oct 20, 2017
Browse files
Merge branch 'instruction_link' of david.seaward/purist_middleware into master
parents
d30f912f
c800ad18
Changes
1
Hide whitespace changes
Inline
Side-by-side
limitmonitor/jinja2/limitmonitor/userlimit.html
View file @
0299715b
...
...
@@ -94,7 +94,8 @@ SPDX-License-Identifier: AGPL-3.0
<ul>
{% if has_limit["TUNNEL"] %}
<li><a
href=
"{% url 'ovpn_userfile' %}"
>
{% trans "Tunnel certificate" %}
</a></li>
<li><a
href=
"{% static 'tunnel_instructions.pdf' %}"
>
{% trans "How to use Tunnel certificate (PDF)" %}
</a>
<li><a
href=
"https://plan.puri.st/tunnel/desktop"
target=
"_blank"
>
{% trans "Tunnel setup instructions"
%}
</a>
</li>
{% endif %}
{% if has_limit["NONE"] %}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment