Skip to content

Commit

Permalink
remove endpoint input
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich committed May 7, 2022
1 parent 25c33bb commit fde3e4c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions views/sparql.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
</div>
<div class="bg-stone-100 m-2 rounded p-2">
<form method="post" action="sparql-form">
<div class="grid grid-cols-1">
<label for="url">Endpoint</label>
<input class="rounded w-full" type="url" required id="sparqlEndpoint" name="sparqlEndpoint"
value="{{defaultEndpoint}}">
</div>
<div class="grid grid-cols-1">
<label for="acceptType">Accept (Construct/Describe)</label>
<select class="rounded w-full" required id="acceptType" name="acceptType">
Expand Down

0 comments on commit fde3e4c

Please sign in to comment.