File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ <h5 class="card-title">{% trans "Air quality" %}</h5>
52
52
< h2 > {{ workshop.title }}</ h2 >
53
53
< span >
54
54
{% if is_owner %}
55
+ < a href ="{% url 'workshop-update' workshop.pk %} " class ="btn btn-outline-primary "> {% trans "Edit" %}</ a >
55
56
< a href ="{% url 'workshop-management' workshop.pk %} " class ="btn btn-outline-primary "> {% trans "Manage" %}</ a >
56
57
< a href ="{% url 'workshop-image-upload' workshop.pk %} " class ="btn btn-outline-primary "> {% trans "Upload Images" %}</ a >
57
58
{% endif %}
Original file line number Diff line number Diff line change 6
6
< div class ="container mt-5 flex-grow-1 ">
7
7
< div class ="row ">
8
8
< div class ="col-12 ">
9
- < h2 > {{ workshop.name }}</ h2 >
9
+ < h2 > {{ workshop.title }}</ h2 >
10
10
< p > < strong > {% trans "Description:" %}</ strong > {{ workshop.description }}</ p >
11
11
</ div >
12
12
</ div >
You can’t perform that action at this time.
0 commit comments