Skip to content
Snippets Groups Projects
Verified Commit ad3021e0 authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Add missing collection number in CLI code

Closes #51
parent 43b67f0b
No related branches found
No related tags found
No related merge requests found
{% extends 'uhepp_vault/base.html' %}
{% load pygmentify_tags %}
{% block title %}{{ collection.title }} - uhepp hub{% endblock %}
{% block content %}
<nav aria-label="breadcrumb" class="d-none d-sm-block">
<ol class="breadcrumb my-2">
......@@ -75,7 +77,7 @@ hist.push({{ collection.pk }})
<h5>Pull collection</h5>
{% pygmentify %}
<pre class="bash">
uhepp cpull {{ colleciton.pk }} DESTINATION
uhepp cpull {{ collection.pk }} DESTINATION
</pre>
{% endpygmentify %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment