Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
steering
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
steering
Commits
bc4e14f6
Commit
bc4e14f6
authored
14 years ago
by
Ernesto Rico Schmidt
Browse files
Options
Downloads
Patches
Plain Diff
fixed templates.
parent
da7a48b7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/program/host_list.html
+1
-1
1 addition, 1 deletion
templates/program/host_list.html
templates/program/show_list.html
+5
-5
5 additions, 5 deletions
templates/program/show_list.html
with
6 additions
and
6 deletions
templates/program/host_list.html
+
1
−
1
View file @
bc4e14f6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<body>
<body>
<div
id=
"host-list"
>
<div
id=
"host-list"
>
{% for host in host
_list
%}
{% for host in host
s
%}
<div
class=
"host"
>
<div
class=
"host"
>
<a
href=
"{% url host-detail host.id %}"
>
{{ host.name }}
</a>
<a
href=
"{% url host-detail host.id %}"
>
{{ host.name }}
</a>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
templates/program/show_list.html
+
5
−
5
View file @
bc4e14f6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<body>
<body>
<div
id=
"showtopic-list"
>
<div
id=
"showtopic-list"
>
{% for topic in showtopic
_list
%}
{% for topic in showtopic
s
%}
<div
class=
"showtopic"
>
<div
class=
"showtopic"
>
<span
class=
"abbrev"
>
{{ topic.abbrev }}
</span>
<span
class=
"abbrev"
>
{{ topic.abbrev }}
</span>
<span
class=
"topic"
>
{{ topic }}
</span>
<span
class=
"topic"
>
{{ topic }}
</span>
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
</div>
</div>
<div
id=
"showinformation-list"
>
<div
id=
"showinformation-list"
>
{% for information in showinformation
_list
%}
{% for information in showinformation
s
%}
<div
class=
"showinformation"
>
<div
class=
"showinformation"
>
<span
class=
"abbrev"
>
{{ information.abbrev }}
</span>
<span
class=
"abbrev"
>
{{ information.abbrev }}
</span>
<span
class=
"information"
>
{{ information }}
</span>
<span
class=
"information"
>
{{ information }}
</span>
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
</div>
</div>
<div
id=
"musicfocus-list"
>
<div
id=
"musicfocus-list"
>
{% for focus in musicfoc
us_list
%}
{% for focus in musicfoc
i
%}
<div
class=
"musicfocus"
>
<div
class=
"musicfocus"
>
<span
class=
"abbrev"
>
{{ focus.abbrev }}
</span>
<span
class=
"abbrev"
>
{{ focus.abbrev }}
</span>
<span
class=
"focus"
>
{{ focus }}
</span>
<span
class=
"focus"
>
{{ focus }}
</span>
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
</div>
</div>
<div
id=
"show-list"
>
<div
id=
"show-list"
>
{% for show in show
_list
%}
{% for show in show
s
%}
<div
class=
"show"
>
<div
class=
"show"
>
<div
class=
"abbrevs"
>
<div
class=
"abbrevs"
>
{% for topic in show.showtopic.all %}
{% for topic in show.showtopic.all %}
...
@@ -64,7 +64,7 @@
...
@@ -64,7 +64,7 @@
</div>
</div>
<div
id=
"broadcastformat-list"
>
<div
id=
"broadcastformat-list"
>
{% for format in broadcastformat
_list
%}
{% for format in broadcastformat
s
%}
<div
class=
"broadcastformat"
>
{{ format }}
</div>
<div
class=
"broadcastformat"
>
{{ format }}
</div>
{% endfor %}
{% endfor %}
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment