Skip to content

Commit

Permalink
Merge pull request #800 from hackerspace-ntnu/bug-include-prop
Browse files Browse the repository at this point in the history
add 'with' to include statement
  • Loading branch information
CJGutz authored Mar 15, 2024
2 parents b6351be + 99ea320 commit 5819972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inventory/templates/inventory/edit_item.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

{% block content %}
{% translate "Rediger lagerinnslag" as trans_edit_item %}
{% include "website/page_overview/content_title.html" title=trans_edit_item %}
{% include "website/page_overview/content_title.html" with title=trans_edit_item %}

<div class="section">
<div class="container">
Expand Down

0 comments on commit 5819972

Please sign in to comment.