Skip to content

Commit

Permalink
Expand admin page details
Browse files Browse the repository at this point in the history
  • Loading branch information
CUB3D committed Jun 10, 2022
1 parent 816b628 commit 1f28f76
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates/admin_dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,17 @@ <h2 class="mr-auto">Projects</h2>
{% endif %}
<label class="custom-control-label" for="{{project.id}}_enabled">Show on homepage</label>
</div>
<div class="form-group">
<p>created: {{ project.created }}</p>
</div>
<div class="form-group">
<label for="{{project.id}}_description">Description</label>
<input type="text" id="{{project.id}}_description" value='{{project.formatted_description()}}'>
</div>
<div class="form-group">
<label for="{{project.id}}_url">URL</label>
<input type="text" id="{{project.id}}_url" value='{{project.url}}'>
</div>
<div class="form-group">
<a href="/embed/{{project.id}}">Embed URL</a>
</div>
Expand Down

0 comments on commit 1f28f76

Please sign in to comment.