Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
django-panik-nonstop
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
radiopanik
django-panik-nonstop
Commits
ef0f3886
Commit
ef0f3886
authored
Oct 03, 2017
by
fred
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style track details
parent
77685cf1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
nonstop/templates/nonstop/track_detail.html
nonstop/templates/nonstop/track_detail.html
+18
-0
No files found.
nonstop/templates/nonstop/track_detail.html
View file @
ef0f3886
...
@@ -24,6 +24,11 @@
...
@@ -24,6 +24,11 @@
</ul>
</ul>
{% if object.file_exists %}
{% if object.file_exists %}
<div
class=
"side"
>
{% if internal_ip %}
<audio
src=
"{{object.file_path}}"
controls
></audio>
{% endif %}
<form
method=
"POST"
>
<form
method=
"POST"
>
{% csrf_token %}
{% csrf_token %}
{{ metadata_form.as_p }}
{{ metadata_form.as_p }}
...
@@ -31,6 +36,19 @@
...
@@ -31,6 +36,19 @@
<button
class=
"submit-button"
>
{% trans "Update" %}
</button>
<button
class=
"submit-button"
>
{% trans "Update" %}
</button>
</div>
</div>
</form>
</form>
</div>
{% endif %}
{% endif %}
<style>
ul
.soma-list
{
float
:
left
;
}
div
.side
{
float
:
right
;
background
:
#f0f0f0
;
padding
:
1ex
;
}
</style>
{% endblock %}
{% endblock %}
Write
Preview
Markdown
is supported
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