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
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
57f5a138
Commit
57f5a138
authored
Jul 07, 2020
by
fred
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
templates: display newitems in a block
parent
03863ed8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
emissions/templates/emissions/newsitem_detail.html
emissions/templates/emissions/newsitem_detail.html
+2
-0
No files found.
emissions/templates/emissions/newsitem_detail.html
View file @
57f5a138
...
...
@@ -19,6 +19,7 @@
<a
class=
"button actually-not-that-friendly"
rel=
"popup"
href=
"{% url 'newsitem-delete' slug=object.slug %}"
>
Supprimer
</a>
</p>
<div
class=
"bo-block"
>
{% if object.image %}
<div
class=
"image"
>
<img
src=
"{{ object.image.url }}"
/>
...
...
@@ -41,6 +42,7 @@ Tags :
{% endfor %}
</p>
{% endif %}
</div>
{% 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