Skip to content

Commit

Permalink
Switch to Templates/Snippets
Browse files Browse the repository at this point in the history
This is way easier to read on the web interface

Signed-off-by: Nicolas Chauvet <kwizart@gmail.com>
  • Loading branch information
kwizart committed Dec 13, 2017
1 parent 2a0013b commit c0b874d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion web/templates/aifile_edit.tmpl
Expand Up @@ -14,7 +14,7 @@
</blockquote>
<br />
{% else %}
<h1>{% ifequal editmode 'edit' %}Editing{% else %}Adding{% endifequal %} a Automatic Installation Template</h1>
<h1>{% ifequal editmode 'edit' %}Editing{% else %}Adding{% endifequal %} a Template</h1>
<hr />
<form id="aiform" method="post" action="/cobbler_web/aifile/save">
{% csrf_token %}
Expand Down
2 changes: 1 addition & 1 deletion web/templates/aifile_list.tmpl
@@ -1,6 +1,6 @@
{% extends 'master.tmpl' %}
{% block content %}
<h1>Cobbler Automatic Installation Templates</h1>
<h1>Cobbler Templates</h1>
<hr />
<!-- This is kind weird, but force the name "autoinst"
because we know this is the aifile page. If this gets moved
Expand Down
4 changes: 2 additions & 2 deletions web/templates/master.tmpl
Expand Up @@ -38,8 +38,8 @@
<li><a href="/cobbler_web/system/list" class="edit">Systems</a></li>
<li><a href="/cobbler_web/repo/list" class="edit">Repos</a></li>
<li><a href="/cobbler_web/image/list" class="edit">Images</a></li>
<li><a href="/cobbler_web/aifile/list" class="edit">Automatic Installation Templates</a></li>
<li><a href="/cobbler_web/snippet/list" class="edit">Automatic Installation Snippets</a></li>
<li><a href="/cobbler_web/aifile/list" class="edit">Templates</a></li>
<li><a href="/cobbler_web/snippet/list" class="edit">Snippets</a></li>
<li><a href="/cobbler_web/mgmtclass/list" class="edit">Management Classes</a></li>
<li><a href="/cobbler_web/setting/list" class="menu">Settings</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion web/templates/snippet_list.tmpl
@@ -1,6 +1,6 @@
{% extends 'master.tmpl' %}
{% block content %}
<h1>Cobbler Automatic Installation Snippets</h1>
<h1>Cobbler Snippets</h1>
<hr />
<!-- This is kind weird, but force the name "snippet"
because we know this is the snippet page. If this gets moved
Expand Down

0 comments on commit c0b874d

Please sign in to comment.