You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 line
266B

  1. <h2><%= H(Model.Title) %> For <%=H(Model.Jurisdiction.Name) %></h2>
  2. <%= HTML.FormTag("Jurisdiction", "EditPost", empty, empty) %>
  3. <%= HTML.Hidden("nonce", HTMLSecurity.GetAntiCSRFToken("CreateKitForm")) %>
  4. <%= HTML.Hidden("Id", Model.Jurisdiction.JCode) %>
  5. </form>

Powered by TurnKey Linux.