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-emissions
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-emissions
Commits
f59d1a98
Commit
f59d1a98
authored
Jul 18, 2020
by
fred
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
templates: update appbar markup in emission/newsitem detail pages
parent
ed357d1e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
emissions/templates/emissions/emission_detail.html
emissions/templates/emissions/emission_detail.html
+1
-1
emissions/templates/emissions/newsitem_detail.html
emissions/templates/emissions/newsitem_detail.html
+0
-1
No files found.
emissions/templates/emissions/emission_detail.html
View file @
f59d1a98
...
...
@@ -7,7 +7,7 @@
<small><i>
{{ category.title }}
</i></small>
{% endfor %}
</h2>
<span><a
href=
"../"
>
Retourner à la liste des émissions
</a></span>
<span
class=
"actions"
><a
href=
"../"
>
Retourner à la liste des émissions
</a></span>
{% endblock %}
{% block content %}
...
...
emissions/templates/emissions/newsitem_detail.html
View file @
f59d1a98
...
...
@@ -6,7 +6,6 @@
<span
class=
"actions"
>
{% if object.emission %}
<a
href=
"{% url 'emission-view' slug=object.emission.slug %}"
>
Retourner à la page de l'émission
</a>
-
{% endif %}
<a
href=
"{% url 'home' %}"
>
Retourner à l'accueil
</a>
</span>
...
...
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