Skip to content

Commit

Permalink
format tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
c-e-p committed Jun 17, 2023
1 parent 4314bd5 commit 398b4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ourchive_app/frontend/templates/content_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div id="content-page-{{name}}-grid" class="uk-child-width-1@m uk-child-width-1@s uk-text-left uk-width-expand" uk-grid>
<article id="content-page-{{name}}-article" class="uk-article">
<h1 class="uk-article-title" id="content-page-{{name}}-header">{{content_page.name}}</h1>
<hr class="uk-divider-icon"/>
<hr/>
<p id="content-page-{{name}}-text">{{content_page.value|safe}}</p>
</article>
</div>
Expand Down

0 comments on commit 398b4fb

Please sign in to comment.