~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/tutorial/templates/exercise_delete.html

Merge enforce-naming-constraints. Users, subjects, semesters, projects, groups exercises and worksheets now have restricted name character sets.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
  <body>
7
7
    <h1>Delete exercise</h1>
8
8
    <div id="ivle_padding">
9
 
      <div><strong>Identifier:</strong> ${exercise.id}</div>
10
 
      <div><strong>Name:</strong> ${exercise.name}</div>
 
9
      <div><strong>Display name:</strong> ${exercise.name}</div>
 
10
      <div><strong>URL name:</strong> ${exercise.id}</div>
11
11
      <p>Are you sure you want to delete this exercise? It has not been used by any worksheets.</p>
12
12
      <form action="" method="POST">
13
13
        <input type="submit" value="Delete"/>